Merge remote-tracking branch 'origin/master'
@@ -9,7 +9,7 @@ Sets the displayed button text
|
|||||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||||
local aButton = mainFrame:addButton("myFirstButton"):setText("Click"):show() -- you could also use :setValue() instead of :setText() - no difference
|
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>
|
**returns:** self<br>
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
|||||||
6
Pane.md
Normal file
6
Pane.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Panes are very simple sizeable background objects.
|
||||||
|
|
||||||
|
The following list is only available to panes: <br>
|
||||||
|
Remember pane also inherits from [object](https://github.com/NoryiE/basalt/wiki/Object):
|
||||||
|
|
||||||
|
Pane doesn't have any custom functionallity. If you want to change the color/position or size, just check out the [object](https://github.com/NoryiE/basalt/wiki/Object) wikipage.
|
||||||
Reference in New Issue
Block a user