LV_COLUMN

Detailed Description

Macros

#define LV_TREE
 
#define LV_USERTREE
 
#define LV_USER
 
#define LV_CHECKBOX
 
#define LV_CHECKBOXUSER
 
#define LV_SLIDER
 
#define LV_DROPDOWN
 

Macro Definition Documentation

◆ LV_TREE

#define LV_TREE

Tree or list.

◆ LV_USERTREE

#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.

◆ LV_USER

#define LV_USER

Custom.

◆ LV_CHECKBOX

#define LV_CHECKBOX

Checkbox. If set, the tree view calls TreeViewFunctions::IsChecked() and TreeViewFunctions::SetCheck() for each column and row.

◆ LV_CHECKBOXUSER

#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().

◆ LV_SLIDER

#define LV_SLIDER

Slider. If set, the tree view calls TreeViewFunctions::GetFloatValue() and TreeViewFunctions::SetFloatValue() for each column and row.

◆ LV_DROPDOWN

#define LV_DROPDOWN

Dropdown cycle box. If set, the tree view calls TreeViewFunctions::GetDropDownMenu() and TreeViewFunctions::SetDropDownMenu() for each column and row.