Statement macro
Creates the specified sheet and places a border around it.
with-border ([options]) {pane} end
duim-gadgets
duim-gadgets
Creates pane with a border around it, taking into account any of the specified options.
The options specified may be any of the legal init-keywords used to specify an instance of <border>. If no options are specified, then the default border is used.
The pane is an expression whose return value is the sheet around which a border should be placed.
To create a button in a border:
contain(with-border (type: #"raised")
make(<button>,
label: "Hello") end); <border>, page 530
labelling, page 598
with-spacing, page 697