Class: Ribbon.PageGroup
Overview
This class represents a group of nodes on a page.
Instance Property Summary # collapse
-
#text ⇒ { get; set; }
The text of the pagegroup.
↑ #text ⇒ { get; set; }
The text of the pagegroup.
Instance Method Summary # collapse
-
#PageGroup()
-
#PageGroup(text)
-
#add_node(node)
Adds a node to it's children.
-
#add_nodegroup(nodegroup)
Adds a nodegroup to it's children.
-
#add_separator(separator)
Adds a separator to it's children.
-
#add_toolbutton(toolbutton)
Adds a toolbutton to it's children.
-
#add_tree(tree)
Adds a tree to it's children.
↑ #PageGroup()
↑ #PageGroup(text)
↑ #add_node(node)
Adds a node to it's children.
↑ #add_nodegroup(nodegroup)
Adds a nodegroup to it's children.
↑ #add_separator(separator)
Adds a separator to it's children.
↑ #add_toolbutton(toolbutton)
Adds a toolbutton to it's children.
↑ #add_tree(tree)
Adds a tree to it's children.
Comments
0 comments
Please sign in to leave a comment.