PawsActionLocationWindow: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ':''Last updated: 0.5.1.1'' <widget '''name''' = ''qname'' '''factory''' = "pawsActionLocationWindow" ''widget-attributes''> <!-- Content: (widget[@name='Name' an…'
(No difference)

Revision as of 21:55, 12 October 2010

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.