-
Notifications
You must be signed in to change notification settings - Fork 0
Button
Paavo Bennett edited this page Aug 24, 2015
·
23 revisions
Button()
Button(String text)
Button(nil, String icon)
Button(String text, String icon)
Boolean isEnabled()
Returns whether the button is enabled.
void setEnabled(Boolean isEnabled)
String getIcon()
void setIcon(String icon)
Number getIconStyle()
void setIconStyle(Number iconStyle)
String getTag()
void setTag(String tag)
String getText()
void setText(String text)
String getCallback()
void setCallback(Function func)
void onAdd(String path)
See Control