TabPage

class TabPage(pointer: <Error class: unknown class><<Error class: unknown class>>)

An auxiliary class used by class@TabView.

Skipped during bindings generation

  • method keyword: Property TypeInfo of getter and setter do not match

  • method tooltip: Property TypeInfo of getter and setter do not match

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adwTabPagePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val child: <Error class: unknown class>

The child of the page.

Link copied to clipboard
open val gtkAccessiblePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var icon: <Error class: unknown class>?

The icon of the page.

Link copied to clipboard

Whether the indicator icon is activatable.

Link copied to clipboard
var indicatorIcon: <Error class: unknown class>?

An indicator icon for the page.

Link copied to clipboard

The tooltip of the indicator icon.

Link copied to clipboard

Whether to enable live thumbnail for this page.

Link copied to clipboard

Whether the page is loading.

Link copied to clipboard

Whether the page needs attention.

Link copied to clipboard

The parent page of the page.

Link copied to clipboard

Whether the page is pinned.

Link copied to clipboard

Whether the page is selected.

Link copied to clipboard

The horizontal alignment of the page thumbnail.

Link copied to clipboard

The vertical alignment of the page thumbnail.

Link copied to clipboard

The title of the page.

Functions

Link copied to clipboard
fun getChild(): <Error class: unknown class>

Gets the child of @self.

Link copied to clipboard
fun getIcon(): <Error class: unknown class>?

Gets the icon of @self.

Link copied to clipboard

Gets whether the indicator of @self is activatable.

Link copied to clipboard
fun getIndicatorIcon(): <Error class: unknown class>?

Gets the indicator icon of @self.

Link copied to clipboard

Gets the tooltip of the indicator icon of @self.

Link copied to clipboard

Gets the search keyword of @self.

Link copied to clipboard

Gets whether to live thumbnail is enabled @self.

Link copied to clipboard

Gets whether @self is loading.

Link copied to clipboard

Gets whether @self needs attention.

Link copied to clipboard

Gets the parent page of @self.

Link copied to clipboard

Gets whether @self is pinned.

Link copied to clipboard

Gets whether @self is selected.

Link copied to clipboard

Gets the horizontal alignment of the thumbnail for @self.

Link copied to clipboard

Gets the vertical alignment of the thumbnail for @self.

Link copied to clipboard

Gets the title of @self.

Link copied to clipboard

Gets the tooltip of @self.

Link copied to clipboard

Invalidates thumbnail for @self.

Link copied to clipboard
fun setIcon(icon: <Error class: unknown class>? = null)

Sets the icon of @self.

Link copied to clipboard

Sets whether the indicator of @self is activatable.

Link copied to clipboard
fun setIndicatorIcon(indicatorIcon: <Error class: unknown class>? = null)

Sets the indicator icon of @self.

Link copied to clipboard

Sets the tooltip of the indicator icon of @self.

Link copied to clipboard
fun setKeyword(keyword: String)

Sets the search keyword for @self.

Link copied to clipboard
fun setLiveThumbnail(liveThumbnail: Boolean)

Sets whether to enable live thumbnail for @self.

Link copied to clipboard
fun setLoading(loading: Boolean)

Sets whether @self is loading.

Link copied to clipboard
fun setNeedsAttention(needsAttention: Boolean)

Sets whether @self needs attention.

Link copied to clipboard

Sets the horizontal alignment of the thumbnail for @self.

Link copied to clipboard

Sets the vertical alignment of the thumbnail for @self.

Link copied to clipboard
fun setTitle(title: String)

class@TabBar will display it in the center of the tab unless it's pinned, and will use it as a tooltip unless property@TabPage:tooltip is set.

Link copied to clipboard
fun setTooltip(tooltip: String)

Sets the tooltip of @self.