Updated Label (markdown)
2
Label.md
2
Label.md
@@ -9,5 +9,5 @@ sets the text of your label, it automatically adjusts the width to the text len.
|
|||||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||||
local aLabel = mainFrame:addLabel("myFirstLabel"):setText("I am a label!"):show()
|
local aLabel = mainFrame:addLabel("myFirstLabel"):setText("I am a label!"):show()
|
||||||
````
|
````
|
||||||
**Arguments:** string text<br>
|
**parameters:** string text<br>
|
||||||
**returns:** self<br>
|
**returns:** self<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user