fixed more object links

This commit is contained in:
Samkist
2022-05-30 11:53:41 -04:00
parent a3e7bf7bde
commit ea88553174
13 changed files with 14 additions and 14 deletions

View File

@@ -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.
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](objects/Object.md)
## getLines