Widget/Textarea

From Gui

< Widget(Difference between revisions)
(Created generic type "Textarea")
(id property)
 
(2 intermediate revisions not shown)
Line 3: Line 3:
== Properties ==
== Properties ==
 +
* id
* text
* 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
== Events ==
== Events ==

Current revision as of 02:49, 13 June 2009

A Textarea is a widget where users enter text. It may be one or more rows high.

[edit] Properties

  • id
  • 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

[edit] Events

Personal tools