Class

AgsGuiNotebook

[]

Description

class AgsGui.Notebook : Gtk.Box
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Orientable {
  tab_width: guint,
  tab_height: guint,
  navigation: GtkBox*,
  scroll_prev: GtkButton*,
  scroll_next: GtkButton*,
  scrolled_window: GtkScrolledWindow*,
  tab_box: GtkBox*,
  tab: GList*
}

No description available.

[]

Constructors

ags_notebook_new

Create a new AgsNotebook.

since: 3.0.0

[]

Instance methods

ags_notebook_add_tab

Add tab to notebook.

since: 3.0.0

ags_notebook_get_tab

Get tab.

since: 4.0.0

ags_notebook_insert_tab

Insert a new AgsNotebookTab-struct to notebook.

since: 3.0.0

ags_notebook_next_active_tab

Get next active tab following position.

since: 3.0.0

ags_notebook_remove_tab

Remove tab from notebook.

since: 3.0.0

Methods inherited from GtkBox (13)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkOrientable (2)
[]

Properties

AgsGui.Notebook:tab-height

The tab’s height.

since: 4.0.0

AgsGui.Notebook:tab-width

The tab’s width.

since: 4.0.0

Properties inherited from GtkBox (4)
Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
Properties inherited from GtkOrientable (1)
[]

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure