]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/print.h
There is no task bar icon for Cocoa (yet).
[wxWidgets.git] / include / wx / mac / print.h
index bac37034962cd72e0986866376fd5d0438cda212..fdaef230067b527948e6b0a9c894df942bcaa042 100644 (file)
@@ -1,56 +1,14 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        print.h
 // Purpose:     wxPrinter, wxPrintPreview classes
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PRINT_H_
 #define _WX_PRINT_H_
-
-#ifdef __GNUG__
-#pragma interface "print.h"
-#endif
-
-#include "wx/prntbase.h"
-
-/*
- * Represents the printer: manages printing a wxPrintout object
- */
-class WXDLLEXPORT wxPrinter: public wxPrinterBase
-{
-  DECLARE_DYNAMIC_CLASS(wxPrinter)
-
- public:
-  wxPrinter(wxPrintData *data = NULL);
-  ~wxPrinter();
-
-  virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = TRUE);
-  virtual bool PrintDialog(wxWindow *parent);
-  virtual bool Setup(wxWindow *parent);
-};
-
-/*
- * wxPrintPreview
- * Programmer creates an object of this class to preview a wxPrintout.
- */
-class WXDLLEXPORT wxPrintPreview: public wxPrintPreviewBase
-{
-  DECLARE_CLASS(wxPrintPreview)
-
- public:
-  wxPrintPreview(wxPrintout *printout, wxPrintout *printoutForPrinting = NULL, wxPrintData *data = NULL);
-  ~wxPrintPreview();
-
-  virtual bool Print(bool interactive);
-  virtual void DetermineScaling();
-};
-
-#endif
-    // _WX_PRINT_H_
+#endif
\ No newline at end of file