Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_screen.h
| Context not available. | |||||
| void ED_region_tag_redraw(struct ARegion *ar); | void ED_region_tag_redraw(struct ARegion *ar); | ||||
| void ED_region_tag_redraw_partial(struct ARegion *ar, struct rcti *rct); | void ED_region_tag_redraw_partial(struct ARegion *ar, struct rcti *rct); | ||||
| void ED_region_tag_redraw_overlay(struct ARegion *ar); | void ED_region_tag_redraw_overlay(struct ARegion *ar); | ||||
| void ED_region_tag_refresh_ui(struct ARegion *ar); | |||||
| void ED_region_panels_init(struct wmWindowManager *wm, struct ARegion *ar); | void ED_region_panels_init(struct wmWindowManager *wm, struct ARegion *ar); | ||||
| void ED_region_panels(const struct bContext *C, struct ARegion *ar, int vertical, const char *context, int contextnr); | void ED_region_panels(const struct bContext *C, struct ARegion *ar, int vertical, const char *context, int contextnr); | ||||
| void ED_region_header_init(struct ARegion *ar); | void ED_region_header_init(struct ARegion *ar); | ||||
| Context not available. | |||||