txtWnd__lines |
table | Holds the strings for each line in the control. |
none |
none |
parent | window | Parent window, typically a frame. |
id | number | Numeric id value for text window. |
x | number | Parent relative x position. |
y | number | Parent relative y position. |
width | number | Text window's width. |
height | number | Text window's height. |
label | string | Label text. May contain hard line breaks. |
txt | textWindow | The instantiated text window. |
gdi | GDI | GDI object to use for drawing. |
bounds | rect | Invalidated area of the window. |
none |
none |
result | boolean | Always false. |
text | string | Label text. |
none |