Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| UI_BTYPE_CHECKBOX = (13 << 9), /* similar to toggle, display a 'tick' */ | UI_BTYPE_CHECKBOX = (13 << 9), /* similar to toggle, display a 'tick' */ | ||||
| UI_BTYPE_CHECKBOX_N = (14 << 9), | UI_BTYPE_CHECKBOX_N = (14 << 9), | ||||
| UI_BTYPE_COLOR = (15 << 9), | UI_BTYPE_COLOR = (15 << 9), | ||||
| UI_BTYPE_TAB = (16 << 9), | |||||
| UI_BTYPE_SCROLL = (18 << 9), | UI_BTYPE_SCROLL = (18 << 9), | ||||
| UI_BTYPE_BLOCK = (19 << 9), | UI_BTYPE_BLOCK = (19 << 9), | ||||
| UI_BTYPE_LABEL = (20 << 9), | UI_BTYPE_LABEL = (20 << 9), | ||||
| Context not available. | |||||