Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Context not available. | |||||
| UI_WTYPE_NUMBER, | UI_WTYPE_NUMBER, | ||||
| UI_WTYPE_SLIDER, | UI_WTYPE_SLIDER, | ||||
| UI_WTYPE_EXEC, | UI_WTYPE_EXEC, | ||||
| UI_WTYPE_TAB, | |||||
| UI_WTYPE_TOOLTIP, | UI_WTYPE_TOOLTIP, | ||||
| /* strings */ | /* strings */ | ||||
| Context not available. | |||||
| void ui_draw_search_back(struct uiStyle *style, uiBlock *block, rcti *rect); | void ui_draw_search_back(struct uiStyle *style, uiBlock *block, rcti *rect); | ||||
| bool ui_link_bezier_points(const rcti *rect, float coord_array[][2], int resol); | bool ui_link_bezier_points(const rcti *rect, float coord_array[][2], int resol); | ||||
| void ui_draw_link_bezier(const rcti *rect); | void ui_draw_link_bezier(const rcti *rect); | ||||
| void ui_draw_but_TAB_outline(rcti *rect, float rad, int roundboxtype, unsigned char highlight[3], | |||||
| unsigned char highlight_fade[3]); | |||||
| extern void ui_draw_but(const struct bContext *C, ARegion *ar, struct uiStyle *style, uiBut *but, rcti *rect); | extern void ui_draw_but(const struct bContext *C, ARegion *ar, struct uiStyle *style, uiBut *but, rcti *rect); | ||||
| /* theme color init */ | /* theme color init */ | ||||
| Context not available. | |||||