| Class Border |
#
This class provides decorative borders. Optionally, a
single other component can be the title of the Border. This
would normally be a Label object, but it could also be a
CheckBox or an Icon, or whatever is desired.
@example
@ b := Border()
@
@ # Add a Label as the title
@
@ l := Label()
@ l$set_label("Title String")
@ b$set_title(l)
@ self$add(b)
| Details |
| Constructor |
| Methods: |
# Set the alignment of the title object. The input string should be ``l'', ``c'' or ``r''.
# Set the title object to c.
| Fields: |