package lablgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_child_secondary : [> `buttonbox ] Gtk.obj -> [> `widget ] Gtk.obj -> bool
val set_child_secondary : [> `buttonbox ] Gtk.obj -> [> `widget ] Gtk.obj -> bool -> unit
type bbox_style = [
  1. | `DEFAULT_STYLE
  2. | `EDGE
  3. | `END
  4. | `SPREAD
  5. | `START
]
val get_child_width : [> `buttonbox ] Gtk.obj -> int
val get_child_height : [> `buttonbox ] Gtk.obj -> int
val get_child_ipadx : [> `buttonbox ] Gtk.obj -> int
val get_child_ipady : [> `buttonbox ] Gtk.obj -> int
val set_child_size : [> `buttonbox ] Gtk.obj -> ?width:int -> ?height:int -> unit -> unit
val set_child_ipadding : [> `buttonbox ] Gtk.obj -> ?x:int -> ?y:int -> unit -> unit
val set : ?child_width:int -> ?child_height:int -> ?child_ipadx:int -> ?child_ipady:int -> ?layout:GtkEnums.button_box_style -> [> `buttonbox ] Gtk.obj -> unit