]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/printdlg.h
first raw revision
[wxWidgets.git] / interface / printdlg.h
index 5560dec200d7cda519fd8238af4cb0258674f910..608eb4bfef476fcd0f1abc54daf7dce0aa44d0b9 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        printdlg.h
-// Purpose:     documentation for wxPrintDialog class
+// Purpose:     interface of wxPrintDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,8 +17,7 @@
     @library{wxcore}
     @category{printing}
 
-    @seealso
-    @ref overview_printingoverview "Printing framework overview", @ref
+    @see @ref overview_printingoverview "Printing framework overview", @ref
     overview_wxprintdialogoverview "wxPrintDialog Overview"
 */
 class wxPrintDialog : public wxDialog
@@ -27,7 +26,7 @@ public:
     /**
         Constructor. Pass a parent window, and optionally a pointer to a block of print
         data, which will be copied to the print dialog's print data.
-        
+
         @see wxPrintDialogData
     */
     wxPrintDialog(wxWindow* parent, wxPrintDialogData* data = NULL);
@@ -61,6 +60,7 @@ public:
 };
 
 
+
 /**
     @class wxPageSetupDialog
     @wxheader{printdlg.h}
@@ -90,9 +90,8 @@ public:
     @library{wxcore}
     @category{printing}
 
-    @seealso
-    @ref overview_printingoverview "Printing framework overview", wxPrintDialog,
-    wxPageSetupDialogData
+    @see @ref overview_printingoverview "Printing framework overview",
+    wxPrintDialog, wxPageSetupDialogData
 */
 class wxPageSetupDialog : public wxDialog
 {
@@ -122,3 +121,4 @@ public:
     */
     int ShowModal();
 };
+