Macros | |
| #define | LV_TREE |
| #define | LV_USERTREE |
| #define | LV_USER |
| #define | LV_CHECKBOX |
| #define | LV_CHECKBOXUSER |
| #define | LV_SLIDER |
| #define | LV_DROPDOWN |
| #define LV_TREE |
Tree or list.
| #define LV_USERTREE |
User tree. If set, the tree view calls TreeViewFunctions::DrawCell() for the left cell of each line (otherwise it would display the object's name in the cell). TreeViewFunctions::GetLineHeight() needs to be defined as well.
| #define LV_USER |
Custom.
| #define LV_CHECKBOX |
Checkbox. If set, the tree view calls TreeViewFunctions::IsChecked() and TreeViewFunctions::SetCheck() for each column and row.
| #define LV_CHECKBOXUSER |
Checkbox. If set, the tree view calls TreeViewFunctions::IsChecked() and TreeViewFunctions::SetCheck() for each column and row. User draw by TreeViewFunctions::DrawCell().
| #define LV_SLIDER |
Slider. If set, the tree view calls TreeViewFunctions::GetFloatValue() and TreeViewFunctions::SetFloatValue() for each column and row.
| #define LV_DROPDOWN |
Dropdown cycle box. If set, the tree view calls TreeViewFunctions::GetDropDownMenu() and TreeViewFunctions::SetDropDownMenu() for each column and row.