Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| void UI_interface_tag_script_reload(void); | void UI_interface_tag_script_reload(void); | ||||
| /* Special drawing for toolbar, mainly workarounds for inflexible icon sizing. */ | /* Special drawing for toolbar, mainly workarounds for inflexible icon sizing. */ | ||||
| #define USE_UI_TOOLBAR_HACK | #define USE_UI_TOOLBAR_HACK | ||||
| /* Support click-drag motion which presses the button and closes a popover (like a menu). */ | /* Support click-drag motion which presses the button and closes a popover (like a menu). */ | ||||
| #define USE_UI_POPOVER_ONCE | #define USE_UI_POPOVER_ONCE | ||||
| /* Input method editor */ | |||||
| #ifdef WITH_INPUT_IME | |||||
| void UI_region_ime_position(struct wmWindow *win, struct ARegion *region, int x, int y, int h); | |||||
| #endif | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||