PawsTextBox

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

The pawsTextBox factory is used to create an uneditable box of text, such as a label. When the optional vertical attribute is set to "yes", the letters in the text box are arranged from the top of the widget to the bottom (for example the Permissions tab in the Guild window uses this).