package lablgtk3

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

Module GtkButton.ToolbarSource

include module type of struct include GtkButtonProps.Toolbar end
Sourceval make_params : cont:([> `toolbar ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?icon_size:GtkEnums.icon_size -> ?icon_size_set:bool -> ?show_arrow:bool -> ?toolbar_style:GtkEnums.toolbar_style -> 'b
Sourceval set : ?orientation:GtkEnums.orientation -> ?style:GtkEnums.toolbar_style -> [> `orientable | `toolbar ] Gtk.obj -> unit
Sourceval unset_style : [> `toolbar ] Gtk.obj -> unit
Sourceval insert : [> `toolbar ] Gtk.obj -> [> `toolitem ] Gtk.obj -> pos:int -> unit
Sourceval get_item_index : [> `toolbar ] Gtk.obj -> [> `toolitem ] Gtk.obj -> int
Sourceval get_n_items : [> `toolbar ] Gtk.obj -> int
Sourceval get_nth_item : [> `toolbar ] Gtk.obj -> int -> [ `toolitem ] Gtk.obj
Sourceval get_drop_index : [> `toolbar ] Gtk.obj -> int -> int -> int
Sourceval set_drop_highlight_item : [> `toolbar ] Gtk.obj -> [> `toolitem ] Gtk.obj option -> int -> unit
Sourceval get_relief_style : [> `toolbar ] Gtk.obj -> GtkEnums.relief_style
OCaml

Innovation. Community. Security.