X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..682214d5c6ec3e56dbdfd0c97d70d87e614b38c2:/include/wx/gtk/control.h diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index c7954c415e..0dd1153df7 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -56,14 +56,8 @@ 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); - void PostSetLabel(); #ifdef __WXGTK20__ wxString PrepareLabelMnemonics( const wxString &label ) const; @@ -94,7 +88,6 @@ protected: wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on - bool m_createComplete; private: DECLARE_DYNAMIC_CLASS(wxControl)