From c4d083ce148e4f13a01f2d908b29bf685322b505 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 9 May 2022 23:11:59 +0200 Subject: [PATCH] Updated Textfield (markdown) --- Textfield.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Textfield.md b/Textfield.md index bb23f33..bdfd028 100644 --- a/Textfield.md +++ b/Textfield.md @@ -8,8 +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. -A list of all possible functions available for textfields:
-Remember textfield inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Object): +A list of all possible functions available for textfields. Remember textfield inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Object): ## getLines