Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| UI_BTYPE_HSVCIRCLE = (38 << 9), | UI_BTYPE_HSVCIRCLE = (38 << 9), | ||||
| UI_BTYPE_TRACK_PREVIEW = (40 << 9), | UI_BTYPE_TRACK_PREVIEW = (40 << 9), | ||||
| /* buttons with value >= UI_BTYPE_SEARCH_MENU don't get undo pushes */ | /* buttons with value >= UI_BTYPE_SEARCH_MENU don't get undo pushes (except UI_BTYPE_SEARCH_MENU with PROP_POINTER)*/ | ||||
| UI_BTYPE_SEARCH_MENU = (41 << 9), | UI_BTYPE_SEARCH_MENU = (41 << 9), | ||||
| UI_BTYPE_EXTRA = (42 << 9), | UI_BTYPE_EXTRA = (42 << 9), | ||||
| UI_BTYPE_HOTKEY_EVENT = (46 << 9), | UI_BTYPE_HOTKEY_EVENT = (46 << 9), | ||||
| Context not available. | |||||