Cleanup: Rename Panel * variables from pa to panel

This commit is contained in:
2020-04-03 22:20:25 -05:00
parent 7c0e285948
commit 6fa904765a
16 changed files with 335 additions and 331 deletions

View File

@@ -1655,7 +1655,7 @@ struct Panel *UI_panel_begin(struct ScrArea *area,
struct ListBase *lb,
uiBlock *block,
struct PanelType *pt,
struct Panel *pa,
struct Panel *panel,
bool *r_open);
void UI_panel_end(const struct ScrArea *area,
const struct ARegion *region,
@@ -1665,7 +1665,7 @@ void UI_panel_end(const struct ScrArea *area,
bool open);
void UI_panels_scale(struct ARegion *region, float new_width);
void UI_panel_label_offset(struct uiBlock *block, int *r_x, int *r_y);
int UI_panel_size_y(const struct Panel *pa);
int UI_panel_size_y(const struct Panel *panel);
bool UI_panel_category_is_visible(const struct ARegion *region);
void UI_panel_category_add(struct ARegion *region, const char *name);