StackPage

open class StackPage(pointer: <Error class: unknown class><<Error class: unknown class>>) : Accessible

GtkStackPage is an auxiliary class used by GtkStack.

Skipped during bindings generation

  • method icon-name: Property TypeInfo of getter and setter do not match

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

  • method title: 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

The accessible role of the given GtkAccessible implementation.

Link copied to clipboard
open val child: Widget

The child that this page is for.

Link copied to clipboard
open override val gtkAccessiblePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkStackPagePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

Whether the page requires the user attention.

Link copied to clipboard

If set, an underline in the title indicates a mnemonic.

Link copied to clipboard
open var visible: Boolean

Whether this page is visible.

Functions

Link copied to clipboard
open fun announce(message: String, priority: AccessibleAnnouncementPriority)

Requests the user's screen reader to announce the given message.

Link copied to clipboard

Retrieves the accessible parent for an accessible object.

Link copied to clipboard

Retrieves the accessible role of an accessible object.

Link copied to clipboard

Retrieves the accessible implementation for the given GtkAccessible.

Link copied to clipboard
open fun getChild(): Widget

Returns the stack child to which @self belongs.

Link copied to clipboard

Retrieves the first accessible child of an accessible object.

Link copied to clipboard
open fun getIconName(): String?

Returns the icon name of the page.

Link copied to clipboard
open fun getName(): String?

Returns the name of the page.

Link copied to clipboard

Returns whether the page is marked as “needs attention”.

Link copied to clipboard

Retrieves the next accessible sibling of an accessible object

Link copied to clipboard

Query a platform state, such as focus.

Link copied to clipboard
open fun getTitle(): String?

Gets the page title.

Link copied to clipboard

Gets whether underlines in the page title indicate mnemonics.

Link copied to clipboard
open fun getVisible(): Boolean

Returns whether @page is visible in its GtkStack.

Link copied to clipboard
open fun resetProperty(property: AccessibleProperty)

Resets the accessible @property to its default value.

Link copied to clipboard
open fun resetRelation(relation: AccessibleRelation)

Resets the accessible @relation to its default value.

Link copied to clipboard
open fun resetState(state: AccessibleState)

Resets the accessible @state to its default value.

Link copied to clipboard
open fun setAccessibleParent(parent: Accessible? = null, nextSibling: Accessible? = null)

Sets the parent and sibling of an accessible object.

Link copied to clipboard
open fun setIconName(setting: String)

Sets the icon name of the page.

Link copied to clipboard
open fun setName(setting: String)

Sets the name of the page.

Link copied to clipboard
open fun setNeedsAttention(setting: Boolean)

Sets whether the page is marked as “needs attention”.

Link copied to clipboard
open fun setTitle(setting: String)

Sets the page title.

Link copied to clipboard
open fun setUseUnderline(setting: Boolean)

Sets whether underlines in the page title indicate mnemonics.

Link copied to clipboard
open fun setVisible(visible: Boolean)

Sets whether @page is visible in its GtkStack.

Link copied to clipboard
open fun updateNextAccessibleSibling(newSibling: Accessible? = null)

Updates the next accessible sibling of @self.