Widget/Textarea
From Gui
(Difference between revisions)
(Note/question about password boxes) |
(Note about Tk) |
||
Line 5: | Line 5: | ||
* text | * text | ||
- | NOTE: HTML and XUL have something like style=password. How is this done in other toolkits? | + | * NOTE: HTML and XUL have something like style=password. How is this done in other toolkits? |
+ | ** Tk has a property that allows a masking character to be shown for each character typed | ||
== Events == | == Events == |
Revision as of 01:39, 13 June 2009
A Textarea is a widget where users enter text. It may be one or more rows high.
Properties
- text
- NOTE: HTML and XUL have something like style=password. How is this done in other toolkits?
- Tk has a property that allows a masking character to be shown for each character typed