Class TextButton |
# A button with a text label. The size of the button can either be set using {set_size()}, be left to default to a size based on the given label.
Details |
Constructor |
Methods: |
# Set the alignment of the label within the button. The parameter should be either ``l'', ``c'' or ``r'' to set the alignment to left, centre or right respectively. If this method is not invoked, then the alignment is centred. @param x The alignment
Fields: |