This commit is contained in:
Erlend
2022-05-30 07:55:03 +02:00
committed by GitHub
parent 91933afdc2
commit aade882eb8
13 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,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](/Object):
## getLines