]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
German translation mostly uptodate now.
[wxWidgets.git] / include / wx / gtk1 / control.h
index c7954c415e2b2c3b2a9adbdd2c20b5ac207f93a7..0dd1153df7393b1631845e2441a019d4badfe94e 100644 (file)
@@ -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)