PawsActionLocationWindow

From PSwiki
Revision as of 21:55, 12 October 2010 by Talad (talk | contribs) (Created page with ':''Last updated: 0.5.1.1'' <widget '''name''' = ''qname'' '''factory''' = "pawsActionLocationWindow" ''widget-attributes''> <!-- Content: (widget[@name='Name' an…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Last updated: 0.5.1.1
<widget
  name = qname
  factory = "pawsActionLocationWindow"
  widget-attributes>
  <!-- Content: (widget[@name='Name' and @factory='pawsTextBox'],
                 widget[@name='Description' and @factory='pawsMultiLineTextBox'],
                 widget-elements) -->
</widget>

The pawsActionLocationWindow factory is used to create an "examine" window for world objects that have an "EXAMINE" action location (in other words, world objects that can be examined by being right-clicked on). It has two child widget elements that are mandatory: One must be called "Name" and use the pawsTextBox factory, while the other must be called "Description" and use the pawsMultiLineTextBox factory.