Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| #define UI_BLOCK_LIST_ITEM (1 << 19) | #define UI_BLOCK_LIST_ITEM (1 << 19) | ||||
| #define UI_BLOCK_RADIAL (1 << 20) | #define UI_BLOCK_RADIAL (1 << 20) | ||||
| #define UI_BLOCK_VLADDER (1 << 21) | |||||
| /* uiPopupBlockHandle->menuretval */ | /* uiPopupBlockHandle->menuretval */ | ||||
| #define UI_RETURN_CANCEL (1 << 0) /* cancel all menus cascading */ | #define UI_RETURN_CANCEL (1 << 0) /* cancel all menus cascading */ | ||||
| Context not available. | |||||
| UI_BUT_DRAG_MULTI = (1 << 25), /* edit this button as well as the active button (not just dragging) */ | UI_BUT_DRAG_MULTI = (1 << 25), /* edit this button as well as the active button (not just dragging) */ | ||||
| UI_BUT_SCA_LINK_GREY = (1 << 26), /* used to flag if sca links shoud be grey out */ | UI_BUT_SCA_LINK_GREY = (1 << 26), /* used to flag if sca links shoud be grey out */ | ||||
| UI_BUT_HAS_SEP_CHAR = (1 << 27), /* but->str contains UI_SEP_CHAR, used for key shortcuts */ | UI_BUT_HAS_SEP_CHAR = (1 << 27), /* but->str contains UI_SEP_CHAR, used for key shortcuts */ | ||||
| UI_OPTION_TOOLTIPS = (1 << 28), /* force show tooltips when holding option/alt if U's USER_TOOLTIPS is off */ | UI_BUT_VLADDER_OPEN = (1 << 28), /* value ladders need special handling */ | ||||
| UI_OPTION_TOOLTIPS = (1 << 29), /* force show tooltips when holding option/alt if U's USER_TOOLTIPS is off */ | |||||
| }; | }; | ||||
| #define UI_PANEL_WIDTH 340 | #define UI_PANEL_WIDTH 340 | ||||
| Context not available. | |||||