From e0bd4a6b42f56972935c6b06a33390a3a4e7d0cb Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 9 May 2022 23:11:35 +0200 Subject: [PATCH] Updated Textfield (markdown) --- Textfield.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Textfield.md b/Textfield.md index 5c617ec..bb23f33 100644 --- a/Textfield.md +++ b/Textfield.md @@ -8,7 +8,7 @@ local aTextfield = mainFrame:addTextfield("myFirstTextfield"):show() This will create a default textfield with the size 10 width and 4 height on position 1 1 (relative to its parent frame), the default background is colors.gray, the default text color is colors.black and the default zIndex is 5. -Here are all possible functions available for textfields:
+A list of all possible functions available for textfields:
Remember textfield inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Object):