Minor clarification

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-30 09:41:07 +00:00
parent 6d99a337a7
commit 19e496b6bb

View File

@@ -256,9 +256,11 @@ public:
static wxGraphicsContext * Create( const wxMemoryDC& dc) ; 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) ; static wxGraphicsContext * Create( const wxPrinterDC& dc) ;
@@ -294,13 +296,13 @@ public:
eg a CGContextRef for Core Graphics, a Graphics pointer for GDIPlus or a eg a CGContextRef for Core Graphics, a Graphics pointer for GDIPlus or a
cairo_t pointer for cairo. cairo_t pointer for cairo.
Creates a wxGraphicsContext from a native window.
@see wxGraphicsRenderer:: CreateContextFromNativeContext @see wxGraphicsRenderer:: CreateContextFromNativeContext
*/ */
wxGraphicsContext* CreateFromNative(void* context); wxGraphicsContext* CreateFromNative(void* context);
/** /**
Creates a wxGraphicsContext from a native window.
@see wxGraphicsRenderer:: CreateContextFromNativeWindow @see wxGraphicsRenderer:: CreateContextFromNativeWindow
*/ */
wxGraphicsContext* CreateFromNativeWindow(void* window); wxGraphicsContext* CreateFromNativeWindow(void* window);