]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
set/get validator for wxTextCtrl part of wxComboCtrl and not the combo itself (patch...
[wxWidgets.git] / include / wx / gtk / dcclient.h
index ac3208bda37f9b7283a4ada380744720e63d867b..0239bc5cddb2da14f666296dcf055c17690c5318 100644 (file)
@@ -123,10 +123,9 @@ public:
     void SetUpDC();
     void Destroy();
     
-protected:
     virtual void ComputeScaleAndOrigin();
 
-    GdkWindow *GetWindow() { return m_window; }
+    virtual GdkWindow *GetGDKWindow() const { return m_window; }
 
 private:
     DECLARE_DYNAMIC_CLASS(wxWindowDC)