Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Show First 20 Lines • Show All 727 Lines • ▼ Show 20 Lines | |||||
| /* end interface_region_*.c */ | /* end interface_region_*.c */ | ||||
| /* interface_panel.c */ | /* interface_panel.c */ | ||||
| extern int ui_handler_panel_region(struct bContext *C, | extern int ui_handler_panel_region(struct bContext *C, | ||||
| const struct wmEvent *event, | const struct wmEvent *event, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| const uiBut *active_but); | const uiBut *active_but); | ||||
| extern void ui_draw_aligned_panel(struct uiStyle *style, | extern void ui_panel_draw_aligned(struct uiStyle *style, | ||||
| uiBlock *block, | uiBlock *block, | ||||
| const rcti *rect, | const rcti *rect, | ||||
| const bool show_pin, | const bool show_pin, | ||||
| const bool show_background); | const bool show_background); | ||||
| /* interface_draw.c */ | /* interface_draw.c */ | ||||
| extern void ui_draw_dropshadow( | extern void ui_draw_dropshadow( | ||||
| const rctf *rct, float radius, float aspect, float alpha, int select); | const rctf *rct, float radius, float aspect, float alpha, int select); | ||||
| ▲ Show 20 Lines • Show All 334 Lines • Show Last 20 Lines | |||||