projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Faster Deselect
[wxWidgets.git]
/
include
/
wx
/
generic
/
printps.h
diff --git
a/include/wx/generic/printps.h
b/include/wx/generic/printps.h
index 09ac77f4b03467eef26359d2dfebfc28556ab8e5..b0446273406db4ebb3d51e537b2c41938789dbfe 100644
(file)
--- a/
include/wx/generic/printps.h
+++ b/
include/wx/generic/printps.h
@@
-7,7
+7,7
@@
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c)
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c)
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __PRINTPSH__
/////////////////////////////////////////////////////////////////////////////
#ifndef __PRINTPSH__
@@
-31,10
+31,10
@@
public:
wxPostScriptPrinter(wxPrintDialogData *data = (wxPrintDialogData *) NULL);
virtual ~wxPostScriptPrinter();
wxPostScriptPrinter(wxPrintDialogData *data = (wxPrintDialogData *) NULL);
virtual ~wxPostScriptPrinter();
- virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt =
TRUE
);
+ virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt =
true
);
virtual wxDC* PrintDialog(wxWindow *parent);
virtual bool Setup(wxWindow *parent);
virtual wxDC* PrintDialog(wxWindow *parent);
virtual bool Setup(wxWindow *parent);
-
+
private:
DECLARE_DYNAMIC_CLASS(wxPostScriptPrinter)
};
private:
DECLARE_DYNAMIC_CLASS(wxPostScriptPrinter)
};