Interface Button
access this type via: ui.Button (provides, requires or uses)
--- extends:ClickableObject
A labelled, clickable GUI button.
Transfer fields
char text[]
Functions
Button(char text[])
void setText(char text[])
char[] getText()
Transfer fields
text The button's current label text.
Button(char text[])
Create a new Button with the specified text as its label.
void setText(char text[])
Set the button's label to the specified text value.
char[] getText()
Get the current text of the button's label.