GPack.notebookSourceA tabbed notebook container @gtkdoc gtk GtkNotebook
inherit GContainer.containerval obj : Gtk.notebook Gtk.objmethod as_notebook : Gtk.notebook Gtk.objmethod event : GObj.event_opsmethod append_page : ?tab_label:GObj.widget ->
?menu_label:GObj.widget ->
GObj.widget ->
intmethod connect : notebook_signalsmethod get_nth_page : int -> GObj.widgetmethod get_tab_label : GObj.widget -> GObj.widgetmethod get_tab_reorderable : GObj.widget -> boolmethod insert_page : ?tab_label:GObj.widget ->
?menu_label:GObj.widget ->
?pos:int ->
GObj.widget ->
intmethod page_num : GObj.widget -> intmethod prepend_page : ?tab_label:GObj.widget ->
?menu_label:GObj.widget ->
GObj.widget ->
intmethod reorder_child : GObj.widget -> int -> unitmethod set_page : ?tab_label:GObj.widget ->
?menu_label:GObj.widget ->
GObj.widget ->
unitmethod set_tab_reorderable : GObj.widget -> bool -> unitmethod set_tab_pos : Gtk.Tags.position_type -> unitmethod tab_pos : Gtk.Tags.position_type