You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert Jelic edited this page May 19, 2022
·
12 revisions
Buttons are objects, which execute function by clicking on them
The following list is only available to buttons:
Remember button also inherits from object:
setText
Sets the displayed button text
localmainFrame=basalt.createFrame("myFirstFrame"):show()
localaButton=mainFrame:addButton("myFirstButton"):setText("Click"):show() -- you could also use :setValue() instead of :setText() - no difference