/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextformatdlg.h
-// Purpose: documentation for wxRichTextFormattingDialogFactory class
+// Purpose: interface of wxRichTextFormattingDialogFactory
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxRichTextFormattingDialog
@headerfile richtextformatdlg.h wx/richtext/richtextformatdlg.h
@endcode
@library{wxrichtext}
- @category{cmndlg}
+ @category{richtext}
*/
class wxRichTextFormattingDialog : public wxPropertySheetDialog
{
*/
bool UpdateDisplay();
};
+