Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 1,319 Lines • ▼ Show 20 Lines | |||||
| void UI_widgetbase_draw_cache_end(void); | void UI_widgetbase_draw_cache_end(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 */ | |||||
| #ifdef WITH_IM_OVERTHESPOT | |||||
| void UI_region_im_spot_set(struct wmWindow *win, struct ARegion *ar, int x, int y, int h); | |||||
| #endif | |||||
| #endif /* __UI_INTERFACE_H__ */ | #endif /* __UI_INTERFACE_H__ */ | ||||