Package: gtk

Class gtk:stack-page

Superclasses

gtk:accessible, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

child
The child property of type gtk:widget (Read / Write / Construct only)
The child widget of the page.
icon-name
The icon-name property of type :string (Read / Write)
The icon name of the child page.
Default value: nil
name
The name property of type :string (Read / Write)
The name of the child page.
Default value: nil
needs-attention
The needs-attention property of type :boolean (Read / Write)
Sets a flag specifying whether the page requires the user attention. This is used by the gtk:stack-switcher widget to change the appearance of the corresponding button when a page needs attention and it is not the current one.
Default value: false
title
The title property of type :string (Read / Write)
The title of the child page.
Default value: nil
use-underline
The use-underline property of type :boolean (Read / Write)
If set, an underline in the title indicates the next character should be used for the mnemonic accelerator key.
Default value: false
visible
The visible property of type :boolean (Read / Write)
Whether this page is visible.
Default value: true

Details

The gtk:stack-page class is an auxiliary class used by the gtk:stack class.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-4-14