fixed category

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-09 17:09:29 +00:00
parent 328f5751e8
commit 21b447dc67
9 changed files with 27 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextctrl.h
// Purpose: documentation for wxRichTextEvent class
// Purpose: interface of wxRichTextEvent
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -13,7 +13,7 @@
This is the event class for wxRichTextCtrl notifications.
@library{wxrichtext}
@category{events}
@category{richtext}
*/
class wxRichTextEvent : public wxNotifyEvent
{
@@ -118,8 +118,7 @@ public:
"wxRichTextCtrl overview".
@library{wxrichtext}
@category{ctrl}
@appearance{richtextctrl.png}
@category{richtext}
*/
class wxRichTextCtrl
{