PawsListBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsListBox" id = ''int'' autoid = { "yes" | "no" } sortBy = ''int'' sortOrder = { "asc" | "desc" } selectab…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 12: Line 12:


The '''pawsListBox''' factory is used to create a table of [[#widget|widget]] copies stacked vertically.
The '''pawsListBox''' factory is used to create a table of [[#widget|widget]] copies stacked vertically.
[[Category:Engine documents]]

Revision as of 14:52, 23 October 2010

<widget
  name = qname
  factory = "pawsListBox"
  id = int
  autoid = { "yes" | "no" }
  sortBy = int
  sortOrder = { "asc" | "desc" }
  selectable = int
  widget-attributes>
  <!-- Content: (columns, highlight?, scrollbar?, widget-elements) -->
</widget>

The pawsListBox factory is used to create a table of widget copies stacked vertically.