package lablgtk3

  1. Overview
  2. No Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.5.tbz
sha256=d4821cdbecf3ae374f20317d63e43fe58030c3ba9657b51a2e83e652197e8eac
sha512=83f0be38a1e21737de93f88b0adac15cdcc50cf712d773720b9bc1e8d8ffdb2c660d35840f25d326a42a9d4e6537e6cef466099bf72494196b2cc79977e703e3

doc/lablgtk3/GtkPackProps/Notebook/index.html

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