]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/html/htmprint.h
mac paths updated
[wxWidgets.git] / interface / html / htmprint.h
index 4d5c3c8215bf2a9736ef65b757033b45af092525..7e5cb99a0664a170573c07789e456b41eb6aa972 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        html/htmprint.h
-// Purpose:     documentation for wxHtmlDCRenderer class
+// Purpose:     interface of wxHtmlDCRenderer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -93,6 +93,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlEasyPrinting
     @headerfile htmprint.h wx/html/htmprint.h
@@ -128,7 +129,7 @@ public:
     /**
         Gets the parent window for dialogs.
     */
-    wxWindow* GetParentWindow();
+    wxWindow* GetParentWindow() const;
 
     /**
         Returns pointer to wxPrintData instance used by this class. You can
@@ -232,6 +233,7 @@ public:
 };
 
 
+
 /**
     @class wxHtmlPrintout
     @headerfile htmprint.h wx/html/htmprint.h
@@ -325,3 +327,4 @@ public:
                     float right = 25.2,
                     float spaces = 5);
 };
+