]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
prefix implementation methods of wxBitmapButton with 'GTK' to prevent shadowing of...
[wxWidgets.git] / include / wx / gtk / dcclient.h
index 4e79dab32dbedbb7085c7885539975842a841d1b..29e35429a5382665f43cd3d9a32f68a9008bc71f 100644 (file)
@@ -124,6 +124,9 @@ public:
 
     virtual GdkWindow *GetGDKWindow() const { return m_gdkwindow; }
 
+private:
+    void DrawingSetup(GdkGC*& gc, bool& originChanged);
+
     DECLARE_ABSTRACT_CLASS(wxWindowDCImpl)
 };