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…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
 
Line 11: Line 11:


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 <code>[[PAWS specification#widget|widget]]</code> 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.
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 <code>[[PAWS specification#widget|widget]]</code> 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.
[[Category:Engine documents]]

Latest revision as of 14:49, 23 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.