class PtTreeCallback
{
click_count; // integer
expand; // integer
item; // PtTreeItem
nitems; // unsigned integer
sel_mode; // unsigned integer
}
This class holds information from a Pt_CB_TREE_STATE or Pt_CB_TREE_SELECTION callback, which are generated when a PtTreeItem is selected.
Also see Pt_CB_TREE_STATE and Pt_CB_TREE_SELECTION in the PtTree section of the Photon documentation.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.