Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 1,085 Lines • ▼ Show 20 Lines | |||||
| /* For float buttons the 'step' (or a1), is scaled */ | /* For float buttons the 'step' (or a1), is scaled */ | ||||
| #define UI_PRECISION_FLOAT_SCALE 0.01f | #define UI_PRECISION_FLOAT_SCALE 0.01f | ||||
| /* Typical UI text */ | /* Typical UI text */ | ||||
| #define UI_FSTYLE_WIDGET (const uiFontStyle *)&(UI_style_get()->widget) | #define UI_FSTYLE_WIDGET (const uiFontStyle *)&(UI_style_get()->widget) | ||||
| int UI_calc_float_precision(int prec, double value); | int UI_calc_float_precision(int prec, double value); | ||||
| /* 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__ */ | ||||