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…'
 
m Reverted edits by Luca (Talk) to last revision by Ethryn
 
(2 intermediate revisions by 2 users not shown)
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]]

Latest revision as of 22:35, 10 December 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.