Class GPack.box_skel
@gtkdoc gtk GtkBox
inherit GContainer.container
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 ifexpand
isfalse
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 ifexpand
isfalse
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