INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Handle to the parent item. If this member is
-- the Tvi_root value or NULL, the item is inserted
-- at the root of the tree-view control.
-- Handle to the item after which the new item is to
-- be inserted or one of the Tvi_* values.
-- See class WEL_TVI_CONSTANTS.
-- Item to insert
-- Set `parent' with `a_parent'.
-- Set `insert_after' with `a_insert_after'.
-- Set `tree_view_item' with `a_tree_view_item'.
-- Insert the item at the beginning of the list.
-- Insert the item at the end of the list.
-- Insert the item into the list in alphabetical order.
-- Insert the item as the root of the list.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |