X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d522606d0a1dfd22bcdc1a386b3dca01fa985e3..8de5b24e54bd7fec2a9e2011b2402b3f33117bd7:/include/wx/gtk1/control.h diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index be6f36bc1c..553f94f7c1 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/control.h @@ -56,6 +56,11 @@ public: virtual wxVisualAttributes GetDefaultAttributes() const; protected: + virtual void ApplyWidgetStyle(bool forceStyle = false); + // helper function to ease native widgets wrapping, called by + // ApplyWidgetStyle -- override this, not ApplyWidgetStyle + virtual void DoApplyWidgetStyle(GtkRcStyle *style); + virtual wxSize DoGetBestSize() const; void PostCreation(const wxSize& size);