Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-28 20:39:57 +00:00
parent c3f941621e
commit 0b822969a6
18 changed files with 94 additions and 107 deletions

View File

@@ -227,9 +227,7 @@ public:
bool Ok() const { return IsOk(); }
bool IsOk() const;
#if wxUSE_GRAPHICS_CONTEXT
virtual wxGraphicsContext* CreateGraphicsContext();
#endif
virtual void* GetCairoContext() const;
bool CanDrawBitmap() const { return true; }
void Clear();