Cleanup: Rename Panel * variables from pa to panel
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user