Package: gtk

Class gtk:notebook-page

Superclasses

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 for the notebook page.
detachable
The detachable property of type :boolean (Read / Write)
Whether the notebook tab is detachable.
Default value: false
menu
The menu property of type gtk:widget (Read / Write / Construct only)
The label displayed in the menu entry of the child widget.
menu-label
The menu-label property of type :string (Read / Write)
The text of the menu widget.
Default value: nil
position
The position property of type :int (Read / Write)
The index of the child widget in the parent.
Allowed values: >= -1
Default value: 0
reorderable
The reorderable property of type :boolean (Read / Write)
Whether the notebook tab is reorderable by user action.
Default value: false
tab
The tab property of type gtk:widget (Read / Write / Construct only)
The notebook tab for the notebook page.
tab-expand
The tab-expand property of type :boolean (Read / Write)
Whether to expand the notebook tab of the child widget.
Default value: false
tab-fill
The tab-fill property of type :boolean (Read / Write)
Whether the notebook tab of the child widget should fill the allocated area.
Default value: true
tab-label
The tab-label property of type :string (Read / Write)
The text of the notbook tab.
Default value: nil

Details

The gtk:notebook-page object is an auxiliary object used by the gtk:notebook widget.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-10-4