PawsTextBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Luca (talk | contribs)
No edit summary
Line 1: Line 1:
<widget
spam
  '''name''' = ''qname''
  '''factory''' = "pawsTextBox"
  vertical = { "yes" | "no" }
  ''widget-attributes''>
  &lt;!-- Content: (text?, ''widget-elements'') -->
</widget>
 
The '''pawsTextBox''' factory is used to create an uneditable box of text, such as a label.  When the optional <code>vertical</code> 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).
 
 
[[Category:Engine documents]]

Revision as of 21:18, 10 December 2010

spam