PawsChildhoodWindow: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsChildhoodWindow" ''widget-attributes''> <!-- Content: (widget[@name='bdesc' and @factory='pawsMultiLineTextBox…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
 
Line 15: Line 15:


The '''pawsChildhoodWindow''' factory is used in character creation to select the character's childhood events.  It requires widgets called "Parents" and "LifeEvents" defined elsewhere.
The '''pawsChildhoodWindow''' factory is used in character creation to select the character's childhood events.  It requires widgets called "Parents" and "LifeEvents" defined elsewhere.
[[Category:Engine documents]]

Latest revision as of 14:51, 23 October 2010

<widget
  name = qname
  factory = "pawsChildhoodWindow"
  widget-attributes>
  <!-- Content: (widget[@name='bdesc' and @factory='pawsMultiLineTextBox'],
                 widget[@name='adesc' and @factory='pawsMultiLineTextBox'],
                 widget[@name='hdesc' and @factory='pawsMultiLineTextBox'],
                 widget[@name='CP' and @factory='pawsTextBox'],
                 widget[@name='randomize' and @factory='pawsButton'],
                 widget[@name='bevent' and @factory='pawsListBox'],
                 widget[@name='activity' and @factory='pawsListBox'],
                 widget[@name='house' and @factory='pawsListBox'],
                 widget-elements) -->
</widget>

The pawsChildhoodWindow factory is used in character creation to select the character's childhood events. It requires widgets called "Parents" and "LifeEvents" defined elsewhere.