package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkPackProps.NotebookSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval insert_page_menu : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> tab_label:[> `widget ] Gtk.optobj -> menu_label:[> `widget ] Gtk.optobj -> ?pos:int -> int
Sourceval remove_page : [> `notebook ] Gtk.obj -> int -> unit
Sourceval get_current_page : [> `notebook ] Gtk.obj -> int
Sourceval get_nth_page : [> `notebook ] Gtk.obj -> int -> Gtk.widget Gtk.obj
Sourceval page_num : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> int
Sourceval next_page : [> `notebook ] Gtk.obj -> unit
Sourceval prev_page : [> `notebook ] Gtk.obj -> unit
Sourceval get_tab_label : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> Gtk.widget Gtk.obj
Sourceval set_tab_label : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> [> `widget ] Gtk.obj -> unit
Sourceval get_menu_label : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> Gtk.widget Gtk.obj
Sourceval set_menu_label : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> [> `widget ] Gtk.obj -> unit
Sourceval reorder_child : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> int -> unit
Sourceval set_tab_reorderable : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> bool -> unit
Sourceval get_tab_reorderable : [> `notebook ] Gtk.obj -> [> `widget ] Gtk.obj -> bool
Sourceval 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