Tree Operations
Functions Introduced
Use the function
ProUITreeAnchorSet() to set the position of the Tree with respect to a given anchor location. This function is applicable only if the parent of the Tree is a drawing area.
Use the function
ProUITreeSizeSet() to set the size of the Tree. This field is used only if the parent is a drawing area. The function will fail, if you specify a value smaller than the minimum size for the input arguments
width or
height.
Use the function
ProUITreeMinimumsizeGet() to retrieve the minimum size of the width and height of the tree in pixels. Use this function only if the parent is a drawing area.
Use the function
ProUITreePositionSet() to set the position to the Tree with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUITreePositionGet() to get the position to the Tree with respect to its parent. This field is used only if the parent is a drawing area.
Use the function
ProUITreeSizeGet() to get the size of the Tree. This field is used only if the parent is a drawing area.
Use the function
ProUITreeSashPositionGet() to get the position of the sash between the tree hierarchy and the attribute window.
Use the function
ProUITreeStateGet() to get the state of the item in the tree. The function
ProUITreeStateSet() sets the state of an item in the tree. The state is applicable only for a "check" type of list and refers to the checked or unchecked status of the item in the tree.
The function
ProUITreeMixedStateGet() returns if the specified item in the tree is in an indeterminate state. Use the function
ProUITreeMixedStateSet() to set the specified item in the tree in an indeterminate state. An indeterminate state indicates that the component is in mixed state, that is, has no selection. The state is applicable only for a "check" type of tree.
The function
ProUITreeLastentereditemGet() returns the name of the item, which is was last pointed to by the pointer.
Use the function
ProUITreeNodescrollposSet() to scroll the window where the named item appears at a defined
ProUILocation.