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 ifexpandisfalse
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 ifexpandisfalse
method set_child_packing : ?from:Gtk.Tags.pack_type -> ?expand:bool -> ?fill:bool -> ?padding:int -> GObj.widget -> unitmethod set_homogeneous : bool -> unitmethod homogeneous : boolmethod set_orientation : Gtk.Tags.orientation -> unitmethod orientation : Gtk.Tags.orientationmethod set_spacing : int -> unitmethod spacing : int