Merge remote-tracking branch 'origin/master'

Samkist
2022-05-19 16:17:11 -04:00
2 changed files with 7 additions and 1 deletions

@@ -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

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.