fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl_Tree.H File Reference

This file contains the definitions of the Fl_Tree class. More...

#include <FL/Fl.H>
#include <FL/Fl_Group.H>
#include <FL/Fl_Scrollbar.H>
#include <FL/fl_draw.H>
#include <FL/Fl_Tree_Item.H>
#include <FL/Fl_Tree_Prefs.H>
Include dependency graph for Fl_Tree.H:

Go to the source code of this file.

Classes

class  Fl_Tree
 Tree widget. More...

Enumerations

enum  Fl_Tree_Reason {
  FL_TREE_REASON_NONE = 0, FL_TREE_REASON_SELECTED, FL_TREE_REASON_DESELECTED, FL_TREE_REASON_OPENED,
  FL_TREE_REASON_CLOSED
}

Detailed Description

This file contains the definitions of the Fl_Tree class.

Definition in file Fl_Tree.H.


Enumeration Type Documentation

The reason the callback was invoked.

Enumerator:
FL_TREE_REASON_NONE 

unknown reason

FL_TREE_REASON_SELECTED 

an item was selected

FL_TREE_REASON_DESELECTED 

an item was de-selected

FL_TREE_REASON_OPENED 

an item was opened

FL_TREE_REASON_CLOSED 

an item was closed

Definition at line 125 of file Fl_Tree.H.