From 19e496b6bb5123f571c2b0123054435b26c0225e Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 30 Apr 2008 09:41:07 +0000 Subject: [PATCH] Minor clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/graphics.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/interface/graphics.h b/interface/graphics.h index f675292f36..45360115b7 100644 --- a/interface/graphics.h +++ b/interface/graphics.h @@ -256,9 +256,11 @@ public: static wxGraphicsContext * Create( const wxMemoryDC& dc) ; /** - Creates a wxGraphicsContext from a wxPrinterDC + Creates a wxGraphicsContext from a wxPrinterDC. Under + GTK+, this will only work when using the GtkPrint + printing backend which is available since GTK+ 2.10. - @see wxGraphicsRenderer::CreateContext() + @see wxGraphicsRenderer::CreateContext(), @ref overview_unixprinting "Printing under Unix" */ static wxGraphicsContext * Create( const wxPrinterDC& dc) ; @@ -294,13 +296,13 @@ public: eg a CGContextRef for Core Graphics, a Graphics pointer for GDIPlus or a cairo_t pointer for cairo. - Creates a wxGraphicsContext from a native window. - @see wxGraphicsRenderer:: CreateContextFromNativeContext */ wxGraphicsContext* CreateFromNative(void* context); /** + Creates a wxGraphicsContext from a native window. + @see wxGraphicsRenderer:: CreateContextFromNativeWindow */ wxGraphicsContext* CreateFromNativeWindow(void* window); -- 2.45.2