/////////////////////////////////////////////////////////////////////////////
// Name: printdlg.h
-// Purpose: documentation for wxPrintDialog class
+// Purpose: interface of wxPrintDialog
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@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
/**
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);
};
+
/**
@class wxPageSetupDialog
@wxheader{printdlg.h}
@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
{
*/
int ShowModal();
};
+