projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use const
[wxWidgets.git]
/
include
/
wx
/
palmos
/
dcprint.h
diff --git
a/include/wx/palmos/dcprint.h
b/include/wx/palmos/dcprint.h
index 707c46dd4ba93f699bf95ec3216bbc1f3877030d..20758ead92f4f68a72d7dd3372713d9d1c2680fd 100644
(file)
--- a/
include/wx/palmos/dcprint.h
+++ b/
include/wx/palmos/dcprint.h
@@
-12,10
+12,6
@@
#ifndef _WX_DCPRINT_H_
#define _WX_DCPRINT_H_
#ifndef _WX_DCPRINT_H_
#define _WX_DCPRINT_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "dcprint.h"
-#endif
-
#if wxUSE_PRINTING_ARCHITECTURE
#include "wx/dc.h"
#if wxUSE_PRINTING_ARCHITECTURE
#include "wx/dc.h"
@@
-38,6
+34,8
@@
public:
virtual void StartPage();
virtual void EndPage();
virtual void StartPage();
virtual void EndPage();
+ wxRect GetPaperRect();
+
protected:
virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
bool useMask = FALSE);
protected:
virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
bool useMask = FALSE);