Updated Program (markdown)

Robert Jelic
2022-04-25 23:20:48 +02:00
parent 0c2294f217
commit 1f3decf7bd

@@ -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):
## getStatus
Sets the displayed button text
returns the current status
````lua
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aProgram = mainFrame:addProgram("myFirstProgram"):show()