PawsEditTextBox

From PSwiki
Revision as of 22:02, 12 October 2010 by Talad (talk | contribs) (Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsEditTextBox" text = ''qname'' ''widget-attributes''> <!-- Content: (text?, ''widget-elements'') --> </widg…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<widget
  name = qname
  factory = "pawsEditTextBox"
  text = qname
  widget-attributes>
  <!-- Content: (text?, widget-elements) -->
</widget>

The pawsEditTextBox factory is used to create an editable box of text. A password box can also be made using one of these, but its behavior is defined within the source of the parent window itself instead of the XML file.