Generic function
Returns the state of the specified node in a tree control.
node-parents tree-node => state
<tree-node>.
one-of(#"expanded", #"contracted", #f).
duim-gadgets
duim-gadgets
Returns the state of tree-node in a tree control, that is, whether it is currently expanded or contracted. This function returns #f if tree-node does not exist.
node-expanded?, page 619
<tree-node>, page 690