NotebookPage#

class NotebookPage(**properties: Any)#

Superclasses: Object

An auxiliary object used by GtkNotebook.

Methods#

class NotebookPage
get_child() Widget#

Returns the notebook child to which page belongs.

Properties#

class NotebookPage
props.child: Widget#

The child for this page.

props.detachable: bool#

Whether the tab is detachable.

props.menu: Widget#

The label widget displayed in the child’s menu entry.

props.menu_label: str#

The text of the menu widget.

props.position: int#

The index of the child in the parent.

props.reorderable: bool#

Whether the tab is reorderable by user action.

props.tab: Widget#

The tab widget for this page.

props.tab_expand: bool#

Whether to expand the child’s tab.

props.tab_fill: bool#

Whether the child’s tab should fill the allocated area.

props.tab_label: str#

The text of the tab widget.