gtk.notebook_page
Module for [NotebookPage] class
Types 3
gtk.notebook_page.NotebookPage is an auxiliary object used by gtk.notebook.Notebook.
Methods
NotebookPageGidBuilder builder() static nothrowGet builder for [gtk.notebook_page.NotebookPage] Returns: New builder objectbool detachable() @property nothrowGet `detachable` property. Returns: Whether the tab is detachable.void detachable(bool propval) @property nothrowSet `detachable` property. Params: propval = Whether the tab is detachable.gtk.widget.Widget menu() @property nothrowGet `menu` property. Returns: The label widget displayed in the child's menu entry.void menuLabel(string propval) @property nothrowSet `menuLabel` property. Params: propval = The text of the menu widget.int position() @property nothrowGet `position` property. Returns: The index of the child in the parent.void position(int propval) @property nothrowSet `position` property. Params: propval = The index of the child in the parent.bool reorderable() @property nothrowGet `reorderable` property. Returns: Whether the tab is reorderable by user action.void reorderable(bool propval) @property nothrowSet `reorderable` property. Params: propval = Whether the tab is reorderable by user action.bool tabExpand() @property nothrowGet `tabExpand` property. Returns: Whether to expand the child's tab.void tabExpand(bool propval) @property nothrowSet `tabExpand` property. Params: propval = Whether to expand the child's tab.bool tabFill() @property nothrowGet `tabFill` property. Returns: Whether the child's tab should fill the allocated area.void tabFill(bool propval) @property nothrowSet `tabFill` property. Params: propval = Whether the child's tab should fill the allocated area.void tabLabel(string propval) @property nothrowSet `tabLabel` property. Params: propval = The text of the tab widget.gtk.widget.Widget getChild() nothrowReturns the notebook child to which page belongs. Returns: the child to which page belongsFluent builder implementation template for gtk.notebook_page.NotebookPage
Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The child for this page. Returns: Builder instance for fluent chainingT detachable(bool propval) nothrowSet `detachable` property. Params: propval = Whether the tab is detachable. Returns: Builder instance for fluent chainingT menu(gtk.widget.Widget propval) nothrowSet `menu` property. Params: propval = The label widget displayed in the child's menu entry. Returns: Builder instance for fluent chainingT menuLabel(string propval) nothrowSet `menuLabel` property. Params: propval = The text of the menu widget. Returns: Builder instance for fluent chainingT position(int propval) nothrowSet `position` property. Params: propval = The index of the child in the parent. Returns: Builder instance for fluent chainingT reorderable(bool propval) nothrowSet `reorderable` property. Params: propval = Whether the tab is reorderable by user action. Returns: Builder instance for fluent chainingT tab(gtk.widget.Widget propval) nothrowSet `tab` property. Params: propval = The tab widget for this page. Returns: Builder instance for fluent chainingT tabExpand(bool propval) nothrowSet `tabExpand` property. Params: propval = Whether to expand the child's tab. Returns: Builder instance for fluent chainingT tabFill(bool propval) nothrowSet `tabFill` property. Params: propval = Whether the child's tab should fill the allocated area. Returns: Builder instance for fluent chainingT tabLabel(string propval) nothrowSet `tabLabel` property. Params: propval = The text of the tab widget. Returns: Builder instance for fluent chainingFluent builder for gtk.notebook_page.NotebookPage
Methods