From 98264c6d9a4ca7d3d0a92901391d4cb54e8d41c4 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 2 May 2022 18:32:37 +0200 Subject: [PATCH] Updated Button (markdown) --- Button.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Button.md b/Button.md index 59ec57b..0d39857 100644 --- a/Button.md +++ b/Button.md @@ -9,8 +9,8 @@ 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 ```` -**args:** text
-**returns:** the object
+**parameters:** string text
+**returns:** self
# Examples Add a onClick event: