/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextprint.h
-// Purpose: documentation for wxRichTextHeaderFooterData class
+// Purpose: interface of wxRichTextHeaderFooterData
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
wxRichTextLayout constructor.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextHeaderFooterData : public wxObject
{
};
+
/**
@class wxRichTextPrintout
@headerfile richtextprint.h wx/richtext/richtextprint.h
should normally use the wxRichTextPrinting class.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextPrintout : public wxPrintout
{
};
+
/**
@class wxRichTextPrinting
@headerfile richtextprint.h wx/richtext/richtextprint.h
and previewing. It uses wxRichTextPrintout for layout and rendering.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextPrinting : public wxObject
{
*/
void SetTitle(const wxString& title);
};
+