Module GtkPackProps.Notebook
val remove_page : [> `notebook ] Gtk.obj -> int -> unitval get_current_page : [> `notebook ] Gtk.obj -> intval next_page : [> `notebook ] Gtk.obj -> unitval prev_page : [> `notebook ] 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 ->
boolval 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