package lablgtk3

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

@gtkdoc gtk GtkBox

val obj : 'a Gtk.obj
method pack : ?from:Gtk.Tags.pack_type -> ?expand:bool -> ?fill:bool -> ?padding:int -> GObj.widget -> unit
  • parameter from

    default value is `START

  • parameter expand

    default value is false

  • parameter fill

    default value is true, ignored if expand is false

method reorder_child : GObj.widget -> pos:int -> unit
  • parameter from

    default value is `START

  • parameter expand

    default value is false

  • parameter fill

    default value is true, ignored if expand is false

method set_child_packing : ?from:Gtk.Tags.pack_type -> ?expand:bool -> ?fill:bool -> ?padding:int -> GObj.widget -> unit
method set_homogeneous : bool -> unit
method homogeneous : bool
method set_orientation : Gtk.Tags.orientation -> unit
method orientation : Gtk.Tags.orientation
method set_spacing : int -> unit
method spacing : int