Widget/Listbox

From Gui

(Difference between revisions)
173.11.94.130 (Talk)
(Created listbox type)
Next diff →

Revision as of 02:14, 13 June 2009

A Listbox is a widget from which the user can select one or more options.

Most toolkits (notably not HTML) allow single-row listboxes (also called "combo-boxes") to be editable like Widget/Textarea.

Toolkits do not generally allow multi-row listboxes to be editable.

Properties

  • rows (number)
  • options (list)
  • editable (boolean)

Events

Toolkits That Differ

  • HTML does not allow any listboxes to be editable.
Personal tools