From bac72c97845271d5d95383b6bd3b73fad991e4a9 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 14:48:07 +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 7f9c587..3403615 100644 --- a/Program.md +++ b/Program.md @@ -10,7 +10,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show() local aProgram = mainFrame:addProgram("myFirstProgram"):show() ```` -This will create a default button with the size 12 width and 6 height on position 1 1 (relative to its parent frame), the default background is colors.black, the default text color is colors.white and the default zIndex is 5. +This will create a default program with the size 12 width and 6 height on position 1 1 (relative to its parent frame), the default background is colors.black, the default text color is colors.white and the default zIndex is 5. Here are all possible functions available for programs. Remember program inherit from [object](https://github.com/NoryiE/NyoUI/wiki/Object):