factor out a whole bunch of duplicated code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-12-17 07:31:35 +00:00
parent dd145136b6
commit ea3a345f1c
2 changed files with 96 additions and 220 deletions

View File

@@ -124,6 +124,9 @@ public:
virtual GdkWindow *GetGDKWindow() const { return m_gdkwindow; }
private:
void DrawingSetup(GdkGC*& gc, bool& originChanged);
DECLARE_ABSTRACT_CLASS(wxWindowDCImpl)
};