Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Show First 20 Lines • Show All 735 Lines • ▼ Show 20 Lines | |||||
| void ui_draw_but_IMAGE(ARegion *ar, | void ui_draw_but_IMAGE(ARegion *ar, | ||||
| uiBut *but, | uiBut *but, | ||||
| const struct uiWidgetColors *wcol, | const struct uiWidgetColors *wcol, | ||||
| const rcti *rect); | const rcti *rect); | ||||
| void ui_draw_but_TRACKPREVIEW(ARegion *ar, | void ui_draw_but_TRACKPREVIEW(ARegion *ar, | ||||
| uiBut *but, | uiBut *but, | ||||
| const struct uiWidgetColors *wcol, | const struct uiWidgetColors *wcol, | ||||
| const rcti *rect); | const rcti *rect); | ||||
| void ui_draw_but_NODESOCKET(ARegion *ar, | |||||
| uiBut *but, | |||||
| const struct uiWidgetColors *wcol, | |||||
| const rcti *rect); | |||||
| /* interface_handlers.c */ | /* interface_handlers.c */ | ||||
| PointerRNA *ui_handle_afterfunc_add_operator(struct wmOperatorType *ot, | PointerRNA *ui_handle_afterfunc_add_operator(struct wmOperatorType *ot, | ||||
| int opcontext, | int opcontext, | ||||
| bool create_props); | bool create_props); | ||||
| extern void ui_pan_to_scroll(const struct wmEvent *event, int *type, int *val); | extern void ui_pan_to_scroll(const struct wmEvent *event, int *type, int *val); | ||||
| extern void ui_but_activate_event(struct bContext *C, struct ARegion *ar, uiBut *but); | extern void ui_but_activate_event(struct bContext *C, struct ARegion *ar, uiBut *but); | ||||
| extern void ui_but_activate_over(struct bContext *C, struct ARegion *ar, uiBut *but); | extern void ui_but_activate_over(struct bContext *C, struct ARegion *ar, uiBut *but); | ||||
| ▲ Show 20 Lines • Show All 236 Lines • Show Last 20 Lines | |||||