/////////////////////////////////////////////////////////////////////////////
// Name: html/htmprint.h
-// Purpose: documentation for wxHtmlDCRenderer class
+// Purpose: interface of wxHtmlDCRenderer
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxHtmlEasyPrinting
@headerfile htmprint.h wx/html/htmprint.h
/**
Gets the parent window for dialogs.
*/
- wxWindow* GetParentWindow();
+ wxWindow* GetParentWindow() const;
/**
Returns pointer to wxPrintData instance used by this class. You can
};
+
/**
@class wxHtmlPrintout
@headerfile htmprint.h wx/html/htmprint.h
float right = 25.2,
float spaces = 5);
};
+