Open abstract instantiable class
The class of gadgets used as a visual separator.
duim-gadgets
duim-gadgets
The class of gadgets used as a visual separator.
|
The orientation: init-keyword specifies whether the separator is vertical or horizontal.
The following example creates a column layout and places two buttons in it, separated with a separator.
contain(vertically ()
make(<button>, label: "Hello");
make(<separator>);
make(<button>, label: "World")
end); <spacing>, page 647