Updated Program (markdown)
@@ -12,7 +12,7 @@ This will create a default program with the size 12 width and 6 height on positi
|
|||||||
Here are all possible functions available for programs. Remember program inherit from [object](https://github.com/NoryiE/NyoUI/wiki/Object):
|
Here are all possible functions available for programs. Remember program inherit from [object](https://github.com/NoryiE/NyoUI/wiki/Object):
|
||||||
|
|
||||||
## getStatus
|
## getStatus
|
||||||
Sets the displayed button text
|
returns the current status
|
||||||
````lua
|
````lua
|
||||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||||
local aProgram = mainFrame:addProgram("myFirstProgram"):show()
|
local aProgram = mainFrame:addProgram("myFirstProgram"):show()
|
||||||
|
|||||||
Reference in New Issue
Block a user