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:
@@ -1251,6 +1251,12 @@ public:
|
|||||||
wxRect* normal_region,
|
wxRect* normal_region,
|
||||||
wxRect* dropdown_region);
|
wxRect* dropdown_region);
|
||||||
|
|
||||||
|
wxCoord GetButtonBarButtonTextWidth(
|
||||||
|
wxDC& dc,
|
||||||
|
const wxString& label,
|
||||||
|
wxRibbonButtonKind kind,
|
||||||
|
wxRibbonButtonBarButtonState size);
|
||||||
|
|
||||||
wxSize GetMinimisedPanelMinimumSize(
|
wxSize GetMinimisedPanelMinimumSize(
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
const wxRibbonPanel* wnd,
|
const wxRibbonPanel* wnd,
|
||||||
|
Reference in New Issue
Block a user