X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9abe166a3073d9e9ceb0110429a45adc6517d76f..2dfe62c86d60a834f1404bc5ec2604af9a83b968:/include/wx/gtk/control.h diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 5ae7c44043..e7869e4f0e 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -46,6 +46,8 @@ public: virtual wxString GetLabel() const; protected: + virtual wxSize DoGetBestSize() const; + wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on