Make recently added wxRibbonPage::GetPanelCount() const
Closes #24333. Closes #24334.
This commit is contained in:
parent
63a40637eb
commit
7150e6ecb3
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
wxRibbonPanel* GetPanel(int n);
|
||||
wxRibbonPanel* GetPanelById(wxWindowID id);
|
||||
size_t GetPanelCount();
|
||||
size_t GetPanelCount() const;
|
||||
|
||||
protected:
|
||||
virtual wxSize DoGetBestSize() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue