|
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) ![]() |
This file contains the definitions for Fl_Tree's preferences. More...
Go to the source code of this file.
Classes | |
| class | Fl_Tree_Prefs |
| Tree widget's preferences. More... | |
Enumerations | |
| enum | Fl_Tree_Sort { FL_TREE_SORT_NONE = 0, FL_TREE_SORT_ASCENDING = 1, FL_TREE_SORT_DESCENDING = 2 } |
| enum | Fl_Tree_Connector { FL_TREE_CONNECTOR_NONE = 0, FL_TREE_CONNECTOR_DOTTED = 1, FL_TREE_CONNECTOR_SOLID = 2 } |
| enum | Fl_Tree_Select { FL_TREE_SELECT_NONE = 0, FL_TREE_SELECT_SINGLE = 1, FL_TREE_SELECT_MULTI = 2 } |
This file contains the definitions for Fl_Tree's preferences.
Fl_Tree_Prefs : .....:....... : : Fl_Tree : |_____ Fl_Tree_Item
Definition in file Fl_Tree_Prefs.H.
| enum Fl_Tree_Connector |
Defines the style of connection lines between items.
| FL_TREE_CONNECTOR_NONE |
Use no lines connecting items. |
| FL_TREE_CONNECTOR_DOTTED |
Use dotted lines connecting items (default) |
| FL_TREE_CONNECTOR_SOLID |
Use solid lines connecting items. |
Definition at line 61 of file Fl_Tree_Prefs.H.
| enum Fl_Tree_Select |
Tree selection style.
Definition at line 70 of file Fl_Tree_Prefs.H.
| enum Fl_Tree_Sort |
Sort order options for items added to the tree
| FL_TREE_SORT_NONE |
No sorting; items are added in the order defined (default). |
| FL_TREE_SORT_ASCENDING |
Add items in ascending sort order. |
| FL_TREE_SORT_DESCENDING |
Add items in descending sort order. |
Definition at line 52 of file Fl_Tree_Prefs.H.