changing to wxDC, so that wxGCDC can be used as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1d7ed72986
commit
3f434666bf
@ -30,13 +30,13 @@ public:
|
|||||||
// returns true if it has been setup
|
// returns true if it has been setup
|
||||||
bool IsOk();
|
bool IsOk();
|
||||||
|
|
||||||
void Init( wxWindowDC* dc, int x , int y , int width , int height );
|
void Init( wxDC* dc, int x , int y , int width , int height );
|
||||||
|
|
||||||
void BeginDrawing( wxWindowDC* dc);
|
void BeginDrawing( wxDC* dc);
|
||||||
|
|
||||||
void EndDrawing( wxWindowDC* dc);
|
void EndDrawing( wxDC* dc);
|
||||||
|
|
||||||
void Clear( wxWindowDC* dc);
|
void Clear( wxDC* dc);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
OSStatus CreateOverlayWindow();
|
OSStatus CreateOverlayWindow();
|
||||||
|
Loading…
Reference in New Issue
Block a user