val cast : 'a Gobject.obj -> Gtk.notebook Gtk.obj
val create : Gtk.notebook Gobject.param list -> Gtk.notebook Gtk.obj
val remove_page : [> `notebook ] Gtk.obj -> int -> unitval get_current_page : [> `notebook ] Gtk.obj -> intval get_nth_page : [> `notebook ] Gtk.obj -> int -> Gtk.widget Gtk.objval page_num : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> intval next_page : [> `notebook ] Gtk.obj -> unitval prev_page : [> `notebook ] Gtk.obj -> unitval get_tab_label : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> Gtk.widget Gtk.objval set_tab_label : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> [> `widget ] Gtk.obj -> unitval reorder_child : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> int -> unitval set_tab_reorderable : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> bool -> unitval get_tab_reorderable : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> bool
val make_params : cont:([> `notebook ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?enable_popup:bool -> ?group_name:string -> ?scrollable:bool -> ?show_border:bool -> ?show_tabs:bool -> ?tab_pos:GtkEnums.position_type -> 'b