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'…'
 
m Reverted edits by Luca (Talk) to last revision by Ethryn
 
(2 intermediate revisions by 2 users not shown)
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]]

Latest revision as of 22:31, 10 December 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.