/////////////////////////////////////////////////////////////////////////////
// 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
+ @see wxTextAttr, wxRichTextCtrl
*/
class wxRichTextBuffer
{
};
+
/**
@class wxRichTextFileHandler
@headerfile richtextbuffer.h wx/richtext/richtextbuffer.h
associated with a wxRichTextBuffer.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextFileHandler : public wxObject
{
};
+
/**
@class wxRichTextRange
@headerfile richtextbuffer.h wx/richtext/richtextbuffer.h
This class stores beginning and end positions for a range of data.
@library{wxrichtext}
- @category{FIXME}
+ @category{richtext}
*/
class wxRichTextRange
{
*/
bool operator==(const wxRichTextRange& range) const;
};
+