PawsComboBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsComboBox" id = ''int'' ''widget-attributes''> <!-- Content: (listbox?, ''widget-elements'') --> </widget> …'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 8: Line 8:


The '''pawsComboBox''' factory is used to create a drop-down list box.
The '''pawsComboBox''' factory is used to create a drop-down list box.
[[Category:Engine documents]]

Revision as of 14:51, 23 October 2010

<widget
  name = qname
  factory = "pawsComboBox"
  id = int
  widget-attributes>
  <!-- Content: (listbox?, widget-elements) -->
</widget>

The pawsComboBox factory is used to create a drop-down list box.