|
FLTK 1.4.4
|
This file contains the definitions for Fl_Tree's preferences. More...
#include <FL/Fl.H>Go to the source code of this file.
Classes | |
| class | Fl_Tree_Prefs |
| Tree widget's preferences. More... | |
Typedefs | |
| typedef void | Fl_Tree_Item_Draw_Callback(Fl_Tree_Item *, void *) |
Enumerations | |
| enum | Fl_Tree_Connector { FL_TREE_CONNECTOR_NONE =0 , FL_TREE_CONNECTOR_DOTTED =1 , FL_TREE_CONNECTOR_SOLID =2 } |
| Defines the style of connection lines between items. More... | |
| enum | Fl_Tree_Item_Draw_Mode { FL_TREE_ITEM_DRAW_DEFAULT =0 , FL_TREE_ITEM_DRAW_LABEL_AND_WIDGET =1 , FL_TREE_ITEM_HEIGHT_FROM_WIDGET =2 } |
| Bit flags that control how item's labels and widget()s are drawn in the tree via item_draw_mode(). More... | |
| enum | Fl_Tree_Item_Reselect_Mode { FL_TREE_SELECTABLE_ONCE =0 , FL_TREE_SELECTABLE_ALWAYS } |
| Defines the ways an item can be (re) selected via item_reselect_mode(). More... | |
| enum | Fl_Tree_Select { FL_TREE_SELECT_NONE =0 , FL_TREE_SELECT_SINGLE =1 , FL_TREE_SELECT_MULTI =2 , FL_TREE_SELECT_SINGLE_DRAGGABLE =3 } |
| Tree selection style. More... | |
| enum | Fl_Tree_Sort { FL_TREE_SORT_NONE =0 , FL_TREE_SORT_ASCENDING =1 , FL_TREE_SORT_DESCENDING =2 } |
| Sort order options for items added to the tree. More... | |
This file contains the definitions for Fl_Tree's preferences.
| enum Fl_Tree_Connector |
Bit flags that control how item's labels and widget()s are drawn in the tree via item_draw_mode().
| enum Fl_Tree_Select |
Tree selection style.
| enum Fl_Tree_Sort |