X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..1ab608ee00f21fa3164e1838395783a86fac82d7:/include/wx/gtk/control.h?ds=inline diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 038bf5ba44..417ad2083f 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/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(); + // 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);