Add missing wxRibbonMSWArtProvider::GetButtonBarButtonTextWidth interface

The missing override in the interface makes the inherited classes abstract
from the Phoenix SIP generators view.
This commit is contained in:
Stefan Brüns 2020-10-01 05:01:53 +02:00
parent 123044c68c
commit 204d8a4536

View File

@ -1251,6 +1251,12 @@ public:
wxRect* normal_region,
wxRect* dropdown_region);
wxCoord GetButtonBarButtonTextWidth(
wxDC& dc,
const wxString& label,
wxRibbonButtonKind kind,
wxRibbonButtonBarButtonState size);
wxSize GetMinimisedPanelMinimumSize(
wxDC& dc,
const wxRibbonPanel* wnd,