/////////////////////////////////////////////////////////////////////////////
// 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
{
};
+
/**
@class wxRichTextCtrl
@headerfile richtextctrl.h wx/richtext/richtextctrl.h
"wxRichTextCtrl overview".
@library{wxrichtext}
- @category{ctrl}
- @appearance{richtextctrl.png}
+ @category{richtext}
*/
class wxRichTextCtrl
{
*/
long XYToPosition(long x, long y) const;
};
+