Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Show First 20 Lines • Show All 827 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(const struct uiStyle *style, | extern void ui_panel_draw_aligned(const struct uiStyle *style, | ||||
| const uiBlock *block, | const uiBlock *block, | ||||
| const rcti *rect, | const rcti *rect, | ||||
| const bool show_pin, | const bool show_pin, | ||||
| const bool show_background, | const bool show_background, | ||||
| const bool region_search_filter_active); | const bool region_search_filter_active); | ||||
| void ui_panel_tag_search_filter_match(struct Panel *panel); | void ui_panel_tag_search_filter_match(struct Panel *panel); | ||||
| /* interface_draw.c */ | /* interface_draw.c */ | ||||
| ▲ Show 20 Lines • Show All 344 Lines • Show Last 20 Lines | |||||