/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextbuffer.h
-// Purpose: documentation for wxRichTextBuffer class
+// Purpose: interface of wxRichTextBuffer
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
This class represents the whole buffer associated with a wxRichTextCtrl.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
@seealso
wxTextAttr, wxRichTextCtrl
associated with a wxRichTextBuffer.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextFileHandler : public wxObject
{
This class stores beginning and end positions for a range of data.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextRange
{
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextctrl.h
-// Purpose: documentation for wxRichTextEvent class
+// Purpose: interface of wxRichTextEvent
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
This is the event class for wxRichTextCtrl notifications.
@library{wxrichtext}
- @category{events}
+ @category{richtext}
*/
class wxRichTextEvent : public wxNotifyEvent
{
"wxRichTextCtrl overview".
@library{wxrichtext}
- @category{ctrl}
- @appearance{richtextctrl.png}
+ @category{richtext}
*/
class wxRichTextCtrl
{
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextformatdlg.h
-// Purpose: documentation for wxRichTextFormattingDialogFactory class
+// Purpose: interface of wxRichTextFormattingDialogFactory
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@endcode
@library{wxrichtext}
- @category{cmndlg}
+ @category{richtext}
*/
class wxRichTextFormattingDialog : public wxPropertySheetDialog
{
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtexthtml.h
-// Purpose: documentation for wxRichTextHTMLHandler class
+// Purpose: interface of wxRichTextHTMLHandler
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
get the array of temporary image names.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextHTMLHandler : public wxRichTextFileHandler
{
/////////////////////////////////////////////////////////////////////////////
// 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
{
should normally use the wxRichTextPrinting class.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextPrintout : public wxPrintout
{
and previewing. It uses wxRichTextPrintout for layout and rendering.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextPrinting : public wxObject
{
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextstyledlg.h
-// Purpose: documentation for wxRichTextStyleOrganiserDialog class
+// Purpose: interface of wxRichTextStyleOrganiserDialog
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
present styles.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextStyleOrganiserDialog : public wxDialog
{
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextstyles.h
-// Purpose: documentation for wxRichTextStyleListCtrl class
+// Purpose: interface of wxRichTextStyleListCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
wxRichTextStyleSheet.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition
{
See @c samples/richtext for an example of how to use it.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
@seealso
wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
See @c samples/richtext for an example of how to use it.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
@seealso
wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
wxRichTextStyleSheet.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition
{
so that you can apply them directly to a buffer without requiring a control.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition
{
of styles to the control.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextStyleSheet : public wxObject
{
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextsymboldlg.h
-// Purpose: documentation for wxSymbolPickerDialog class
+// Purpose: interface of wxSymbolPickerDialog
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextxml.h
-// Purpose: documentation for wxRichTextXMLHandler class
+// Purpose: interface of wxRichTextXMLHandler
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
functions directly.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextXMLHandler : public wxRichTextFileHandler
{