Class GPack.notebook
A tabbed notebook container @gtkdoc gtk GtkNotebook
inherit GContainer.container
val obj : Gtk.notebook Gtk.obj
method 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 current_page : intmethod get_nth_page : int -> GObj.widgetmethod get_tab_label : GObj.widget -> GObj.widgetmethod get_tab_reorderable : GObj.widget -> boolmethod goto_page : int -> unitmethod insert_page : ?tab_label:GObj.widget -> ?menu_label:GObj.widget -> ?pos:int -> GObj.widget -> intmethod next_page : unit -> unitmethod page_num : GObj.widget -> intmethod prepend_page : ?tab_label:GObj.widget -> ?menu_label:GObj.widget -> GObj.widget -> intmethod previous_page : unit -> unitmethod remove_page : int -> unitmethod reorder_child : GObj.widget -> int -> unitmethod set_enable_popup : bool -> unitmethod set_group_name : string -> unitmethod set_page : ?tab_label:GObj.widget -> ?menu_label:GObj.widget -> GObj.widget -> unitmethod set_scrollable : bool -> unitmethod set_show_border : bool -> unitmethod set_show_tabs : bool -> unitmethod set_tab_reorderable : GObj.widget -> bool -> unitmethod set_tab_pos : Gtk.Tags.position_type -> unitmethod group_name : stringmethod enable_popup : boolmethod scrollable : boolmethod show_border : boolmethod show_tabs : boolmethod tab_pos : Gtk.Tags.position_type