Updated Button (markdown)
@@ -9,7 +9,7 @@ Sets the displayed button text
|
||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||
local aButton = mainFrame:addButton("myFirstButton"):setText("Click"):show() -- you could also use :setValue() instead of :setText() - no difference
|
||||
````
|
||||
**parameters:** string text<br>
|
||||
**Arguments:** string text<br>
|
||||
**returns:** self<br>
|
||||
|
||||
# Examples
|
||||
|
||||
Reference in New Issue
Block a user