PawsTreeNode: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsTreeNode" collapsed = { "yes" | "no" } ''widget-attributes''> <!-- Content: (widget[@factory='pawsTreeNode'…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 13: Line 13:


The '''pawsTreeNode''' factory is used to create a subtree.  It is also a superclass to many other tree node factories.
The '''pawsTreeNode''' factory is used to create a subtree.  It is also a superclass to many other tree node factories.
[[Category:Engine documents]]

Revision as of 14:55, 23 October 2010

<widget
  name = qname
  factory = "pawsTreeNode"
  collapsed = { "yes" | "no" }
  widget-attributes>
  <!-- Content: (widget[@factory='pawsTreeNode']*,
                 widget[@factory='pawsWidgetTreeNode']*,
                 widget[@factory='pawsCheckTreeNode']*,
                 widget[@factory='pawsSeqTreeNode']*,
                 widget[@factory='pawsSimpleTreeNode']*,
                 attr*, widget-elements) -->
</widget>

The pawsTreeNode factory is used to create a subtree. It is also a superclass to many other tree node factories.