new method needed for screendc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8bf12709e9
commit
bf2185eb8b
@ -129,8 +129,11 @@ public:
|
||||
|
||||
static wxGraphicsContext* Create( const wxWindowDC& dc) ;
|
||||
|
||||
static wxGraphicsContext* CreateFromNative( void * native ) ;
|
||||
static wxGraphicsContext* CreateFromNative( void * context ) ;
|
||||
|
||||
#ifdef __WXMAC__
|
||||
static wxGraphicsContext* CreateFromNativeWindow( void * window ) ;
|
||||
#endif
|
||||
static wxGraphicsContext* Create( wxWindow* window ) ;
|
||||
|
||||
// creates a path instance that corresponds to the type of graphics context, ie GDIPlus, cairo, CoreGraphics ...
|
||||
|
Loading…
Reference in New Issue
Block a user