]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextprint.h
return true from IsBeingDeleted() if any of the parent windows is marked for destruct...
[wxWidgets.git] / interface / wx / richtext / richtextprint.h
index 2c70bdbf5d224bab0aabb8e921e384a1dfba564c..b47311c78f05ba8fadda42c5abe431603393115c 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxRichTextHeaderFooterData
-    @headerfile richtextprint.h wx/richtext/richtextprint.h
 
 
     This class represents header and footer data to be passed to the
     which will
     be substituted for the actual values during printing and preview.
 
-     @DATE@: the current date.
-     @PAGESCNT@: the total number of pages.
-     @PAGENUM@: the current page number.
-     @TIME@: the current time.
-     @TITLE@: the title of the document, as passed to the wxRichTextPrinting or
+     @@DATE@: the current date.
+     @@PAGESCNT@: the total number of pages.
+     @@PAGENUM@: the current page number.
+     @@TIME@: the current time.
+     @@TITLE@: the title of the document, as passed to the wxRichTextPrinting or
     wxRichTextLayout constructor.
 
     @library{wxrichtext}
@@ -159,7 +158,6 @@ public:
 
 /**
     @class wxRichTextPrintout
-    @headerfile richtextprint.h wx/richtext/richtextprint.h
 
     This class implements print layout for wxRichTextBuffer. Instead of using it
     directly, you
@@ -238,7 +236,6 @@ public:
 
 /**
     @class wxRichTextPrinting
-    @headerfile richtextprint.h wx/richtext/richtextprint.h
 
     This class provides a simple interface for performing wxRichTextBuffer printing
     and previewing. It uses wxRichTextPrintout for layout and rendering.