X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..8de5b24e54bd7fec2a9e2011b2402b3f33117bd7:/include/wx/gtk1/control.h?ds=sidebyside diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index 038bf5ba44..553f94f7c1 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/control.h @@ -4,7 +4,7 @@ // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __GTKCONTROLH__ @@ -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);