home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
CONTAINER
INTERNALS_HANDLER
All features
class COLUMN_LAYOUT
Summary
top
Puts all the WIDGETs in a column.
Direct parents
inherit list:
GRAPHIC
,
LAYOUT
Overview
top
creation features
default_create
Default creation method.
exported features
border
:
INTEGER_32
spacing
:
INTEGER_32
shrink_allowed_min_height
:
INTEGER_32
expand_allowed_std_height
:
INTEGER_32
shrink_allowed_first
:
WIDGET
expand_allowed_first
:
WIDGET
set_border
(size:
INTEGER_32
)
space between the border and objects inside
set_spacing
(size:
INTEGER_32
)
space between objects in the container
insert_button_space
Allow to group buttons before this space and after this space.
container
:
CONTAINER
border
:
INTEGER_32
writable attribute
top
spacing
:
INTEGER_32
writable attribute
top
shrink_allowed_min_height
:
INTEGER_32
writable attribute
top
expand_allowed_std_height
:
INTEGER_32
writable attribute
top
shrink_allowed_first
:
WIDGET
writable attribute
top
expand_allowed_first
:
WIDGET
writable attribute
top
set_border
(size:
INTEGER_32
)
effective procedure
top
space between the border and objects inside
require
size >= 0
ensure
border
= size
set_spacing
(size:
INTEGER_32
)
effective procedure
top
space between objects in the container
require
size >= 0
ensure
spacing
= size
insert_button_space
effective procedure
top
Allow to group buttons before this space and after this space.
Used before the first button or after the last: the button will not be attached to the border. NOTE: use only NOT expand_allowed objects.
container
:
CONTAINER
writable attribute
top