From 1f3decf7bd38de364f139c3e5c1e057d2681eef1 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 25 Apr 2022 23:20:48 +0200 Subject: [PATCH] Updated Program (markdown) --- Program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.md b/Program.md index 9a721ff..b907a59 100644 --- a/Program.md +++ b/Program.md @@ -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()