Class: Gtk::NotebookPage
- Inherits:
-
Object
- Object
- Gtk::NotebookPage
- Defined in:
- (unknown)
Overview
GtkNotebookPage is an auxiliary object used by GtkNotebook.
Instance Method Summary collapse
-
#child ⇒ Gtk::Widget
The child for this page.
-
#child=(child) ⇒ Gtk::Widget
The child for this page.
-
#detachable=(detachable) ⇒ Boolean
Whether the tab is detachable.
-
#detachable? ⇒ Boolean
Whether the tab is detachable.
-
#menu ⇒ Gtk::Widget
The label widget displayed in the child's menu entry.
-
#menu=(menu) ⇒ Gtk::Widget
The label widget displayed in the child's menu entry.
-
#menu_label ⇒ String
The text of the menu widget.
-
#menu_label=(menu_label) ⇒ String
The text of the menu widget.
-
#position ⇒ Integer
The index of the child in the parent.
-
#position=(position) ⇒ Integer
The index of the child in the parent.
-
#reorderable=(reorderable) ⇒ Boolean
Whether the tab is reorderable by user action.
-
#reorderable? ⇒ Boolean
Whether the tab is reorderable by user action.
-
#tab ⇒ Gtk::Widget
The tab widget for this page.
-
#tab=(tab) ⇒ Gtk::Widget
The tab widget for this page.
-
#tab_expand=(tab_expand) ⇒ Boolean
Whether to expand the child's tab.
-
#tab_expand? ⇒ Boolean
Whether to expand the child's tab.
-
#tab_fill=(tab_fill) ⇒ Boolean
Whether the child's tab should fill the allocated area.
-
#tab_fill? ⇒ Boolean
Whether the child's tab should fill the allocated area.
-
#tab_label ⇒ String
The text of the tab widget.
-
#tab_label=(tab_label) ⇒ String
The text of the tab widget.
Instance Method Details
#child ⇒ Gtk::Widget
The child for this page.
#child=(child) ⇒ Gtk::Widget
The child for this page.
#detachable=(detachable) ⇒ Boolean
Whether the tab is detachable.
#detachable? ⇒ Boolean
Whether the tab is detachable.
#menu ⇒ Gtk::Widget
The label widget displayed in the child's menu entry.
#menu=(menu) ⇒ Gtk::Widget
The label widget displayed in the child's menu entry.
#menu_label ⇒ String
The text of the menu widget.
#menu_label=(menu_label) ⇒ String
The text of the menu widget.
#position ⇒ Integer
The index of the child in the parent.
#position=(position) ⇒ Integer
The index of the child in the parent.
#reorderable=(reorderable) ⇒ Boolean
Whether the tab is reorderable by user action.
#reorderable? ⇒ Boolean
Whether the tab is reorderable by user action.
#tab ⇒ Gtk::Widget
The tab widget for this page.
#tab=(tab) ⇒ Gtk::Widget
The tab widget for this page.
#tab_expand=(tab_expand) ⇒ Boolean
Whether to expand the child's tab.
#tab_expand? ⇒ Boolean
Whether to expand the child's tab.
#tab_fill=(tab_fill) ⇒ Boolean
Whether the child's tab should fill the allocated area.
#tab_fill? ⇒ Boolean
Whether the child's tab should fill the allocated area.
#tab_label ⇒ String
The text of the tab widget.
#tab_label=(tab_label) ⇒ String
The text of the tab widget.