package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class button_skel : [> Gtk.button ] as 'a Gtk.obj -> object ... end
class button_signals : [> Gtk.button ] as 'a Gtk.obj -> object ... end
class button : Gtk.button Gtk.obj -> object ... end
val button : ?label:string -> ?use_mnemonic:bool -> ?stock:GtkStock.id -> ?relief:Gtk.Tags.relief_style -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> button
class toggle_button_signals : [> Gtk.toggle_button ] as 'a Gtk.obj -> object ... end
class toggle_button : [> Gtk.toggle_button ] as 'a Gtk.obj -> object ... end
val toggle_button : ?label:string -> ?use_mnemonic:bool -> ?stock:GtkStock.id -> ?relief:Gtk.Tags.relief_style -> ?active:bool -> ?draw_indicator:bool -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> toggle_button
val check_button : ?label:string -> ?use_mnemonic:bool -> ?stock:GtkStock.id -> ?relief:Gtk.Tags.relief_style -> ?active:bool -> ?draw_indicator:bool -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> toggle_button
class radio_button : Gtk.radio_button Gtk.obj -> object ... end
val radio_button : ?group:Gtk.radio_button Gtk.group -> ?label:string -> ?use_mnemonic:bool -> ?stock:GtkStock.id -> ?relief:Gtk.Tags.relief_style -> ?active:bool -> ?draw_indicator:bool -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> radio_button
class color_button_signals : [> Gtk.color_button ] as 'b Gtk.obj -> object ... end
class color_button : [> Gtk.color_button ] as 'b Gtk.obj -> object ... end
val color_button : ?color:Gdk.color -> ?rgba:Gdk.rgba -> ?title:string -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> color_button
class font_button_signals : [> Gtk.font_button ] as 'b Gtk.obj -> object ... end
class font_button : [> Gtk.font_button ] as 'b Gtk.obj -> object ... end
val font_button : ?font_name:string -> ?title:string -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> font_button
class type tool_item_o = object ... end
class toolbar_signals : [> Gtk.toolbar ] Gtk.obj -> object ... end
class toolbar : Gtk.toolbar Gtk.obj -> object ... end
val toolbar : ?orientation:Gtk.Tags.orientation -> ?style:Gtk.Tags.toolbar_style -> ?border_width:int -> ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> toolbar
class tool_item_skel : [> Gtk.tool_item ] as 'b Gtk.obj -> object ... end
class tool_item : [> Gtk.tool_item ] as 'b Gtk.obj -> object ... end
val tool_item : ?homogeneous:bool -> ?expand:bool -> ?packing:(tool_item_o -> unit) -> ?show:bool -> unit -> tool_item
class separator_tool_item : [> Gtk.separator_tool_item ] as 'b Gtk.obj -> object ... end
val separator_tool_item : ?draw:bool -> ?homogeneous:bool -> ?expand:bool -> ?packing:(tool_item_o -> unit) -> ?show:bool -> unit -> separator_tool_item
class tool_button_signals : [> Gtk.tool_button ] as 'b Gtk.obj -> object ... end
class tool_button_skel : [> Gtk.tool_button ] as 'b Gtk.obj -> object ... end
class tool_button : [> Gtk.tool_button ] as 'b Gtk.obj -> object ... end
val tool_button : ?label:string -> ?stock:GtkStock.id -> ?use_underline:bool -> ?homogeneous:bool -> ?expand:bool -> ?packing:(tool_item_o -> unit) -> ?show:bool -> unit -> tool_button
class toggle_tool_button_signals : [> Gtk.toggle_tool_button ] as 'b Gtk.obj -> object ... end
class toggle_tool_button : [> Gtk.toggle_tool_button ] as 'b Gtk.obj -> object ... end
val toggle_tool_button : ?active:bool -> ?label:string -> ?stock:GtkStock.id -> ?use_underline:bool -> ?homogeneous:bool -> ?expand:bool -> ?packing:(tool_item_o -> unit) -> ?show:bool -> unit -> toggle_tool_button
class radio_tool_button : [> Gtk.radio_tool_button ] as 'b Gtk.obj -> object ... end
val radio_tool_button : ?group:radio_tool_button -> ?active:bool -> ?label:string -> ?stock:GtkStock.id -> ?use_underline:bool -> ?homogeneous:bool -> ?expand:bool -> ?packing:(tool_item_o -> unit) -> ?show:bool -> unit -> radio_tool_button
class menu_tool_button : [> Gtk.menu_tool_button ] as 'b Gtk.obj -> object ... end
val menu_tool_button : ?menu:< as_menu : Gtk.menu Gtk.obj.. > -> ?label:string -> ?stock:GtkStock.id -> ?use_underline:bool -> ?homogeneous:bool -> ?expand:bool -> ?packing:(tool_item_o -> unit) -> ?show:bool -> unit -> menu_tool_button
OCaml

Innovation. Community. Security.