projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unified meaning of wxTypeIdentifier in RTTI and RTTI-less type info systems; Fixed...
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
dcscreen.h
diff --git
a/include/wx/gtk1/dcscreen.h
b/include/wx/gtk1/dcscreen.h
index 11efd6630cb9dcd6c21391e7f6c80a5b24da1de0..abbdb6b9a58739f747799e35f6763c7959d96355 100644
(file)
--- a/
include/wx/gtk1/dcscreen.h
+++ b/
include/wx/gtk1/dcscreen.h
@@
-1,36
+1,26
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: dcscreen.h
+// Name:
wx/gtk1/
dcscreen.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKDCSCREENH__
#define __GTKDCSCREENH__
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKDCSCREENH__
#define __GTKDCSCREENH__
-#include "wx/dcclient.h"
+#include "wx/
gtk1/
dcclient.h"
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
-//
classes
+//
wxScreenDCImpl
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
-class wxScreenDC;
-
-//-----------------------------------------------------------------------------
-// wxScreenDC
-//-----------------------------------------------------------------------------
-
-class wxScreenDC : public wxPaintDC
+class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxPaintDCImpl
{
public:
{
public:
- wxScreenDC();
- virtual ~wxScreenDC();
-
- static bool StartDrawingOnTop( wxWindow *window );
- static bool StartDrawingOnTop( wxRect *rect = (wxRect *) NULL );
- static bool EndDrawingOnTop();
+ wxScreenDCImpl(wxScreenDC *owner);
+ virtual ~wxScreenDCImpl();
// implementation
// implementation
@@
-42,10
+32,8
@@
protected:
virtual void DoGetSize(int *width, int *height) const;
private:
virtual void DoGetSize(int *width, int *height) const;
private:
- DECLARE_DYNAMIC_CLASS(wxScreenDC)
+ DECLARE_DYNAMIC_CLASS(wxScreenDC
Impl
)
};
};
-#endif
-
- // __GTKDCSCREENH__
+#endif // __GTKDCSCREENH__