Up
_gtkBoxParamGet
_gtkBoxParamGet
return the current setting of a
Box
object.
Prototype : fun [ObjGtkBox] [I I I]
ObjGtkBox
: a Box object.
Return
[I I I] : a tuple with homogeneous, spacing and flag current settings or nil if an error occurs. See
_gtkBoxNew
for more infos about them.
See also
_gtkBoxParamSet
Example