Class

GtkNotebookPage

Description [src]

final class Gtk.NotebookPage : GObject.Object
{
  /* No available fields */
}

GtkNotebookPage is an auxiliary object used by GtkNotebook.

Hierarchy

hierarchy this GtkNotebookPage ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

gtk_notebook_page_get_child

Returns the notebook child to which page belongs.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Gtk.NotebookPage:child

The child for this page.

Gtk.NotebookPage:detachable

Whether the tab is detachable.

Gtk.NotebookPage:menu

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

Gtk.NotebookPage:menu-label

The text of the menu widget.

Gtk.NotebookPage:position

The index of the child in the parent.

Gtk.NotebookPage:reorderable

Whether the tab is reorderable by user action.

Gtk.NotebookPage:tab

The tab widget for this page.

Gtk.NotebookPage:tab-expand

Whether to expand the child’s tab.

Gtk.NotebookPage:tab-fill

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

Gtk.NotebookPage:tab-label

The text of the tab widget.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.