fixed category
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
328f5751e8
commit
21b447dc67
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextbuffer.h
|
||||
// Purpose: documentation for wxRichTextBuffer class
|
||||
// Purpose: interface of wxRichTextBuffer
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -13,7 +13,7 @@
|
||||
This class represents the whole buffer associated with a wxRichTextCtrl.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
|
||||
@seealso
|
||||
wxTextAttr, wxRichTextCtrl
|
||||
@ -779,7 +779,7 @@ public:
|
||||
associated with a wxRichTextBuffer.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextFileHandler : public wxObject
|
||||
{
|
||||
@ -918,7 +918,7 @@ public:
|
||||
This class stores beginning and end positions for a range of data.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextRange
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextformatdlg.h
|
||||
// Purpose: documentation for wxRichTextFormattingDialogFactory class
|
||||
// Purpose: interface of wxRichTextFormattingDialogFactory
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -111,7 +111,7 @@ public:
|
||||
@endcode
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{cmndlg}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextFormattingDialog : public wxPropertySheetDialog
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtexthtml.h
|
||||
// Purpose: documentation for wxRichTextHTMLHandler class
|
||||
// Purpose: interface of wxRichTextHTMLHandler
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -33,7 +33,7 @@
|
||||
get the array of temporary image names.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextHTMLHandler : public wxRichTextFileHandler
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextprint.h
|
||||
// Purpose: documentation for wxRichTextHeaderFooterData class
|
||||
// Purpose: interface of wxRichTextHeaderFooterData
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -31,7 +31,7 @@
|
||||
wxRichTextLayout constructor.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextHeaderFooterData : public wxObject
|
||||
{
|
||||
@ -165,7 +165,7 @@ public:
|
||||
should normally use the wxRichTextPrinting class.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextPrintout : public wxPrintout
|
||||
{
|
||||
@ -242,7 +242,7 @@ public:
|
||||
and previewing. It uses wxRichTextPrintout for layout and rendering.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextPrinting : public wxObject
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextstyledlg.h
|
||||
// Purpose: documentation for wxRichTextStyleOrganiserDialog class
|
||||
// Purpose: interface of wxRichTextStyleOrganiserDialog
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -17,7 +17,7 @@
|
||||
present styles.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextStyleOrganiserDialog : public wxDialog
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextstyles.h
|
||||
// Purpose: documentation for wxRichTextStyleListCtrl class
|
||||
// Purpose: interface of wxRichTextStyleListCtrl
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -186,7 +186,7 @@ public:
|
||||
wxRichTextStyleSheet.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition
|
||||
{
|
||||
@ -223,7 +223,7 @@ public:
|
||||
See @c samples/richtext for an example of how to use it.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
|
||||
@seealso
|
||||
wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
|
||||
@ -346,7 +346,7 @@ public:
|
||||
See @c samples/richtext for an example of how to use it.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
|
||||
@seealso
|
||||
wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
|
||||
@ -404,7 +404,7 @@ public:
|
||||
wxRichTextStyleSheet.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition
|
||||
{
|
||||
@ -443,7 +443,7 @@ public:
|
||||
so that you can apply them directly to a buffer without requiring a control.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition
|
||||
{
|
||||
@ -535,7 +535,7 @@ public:
|
||||
of styles to the control.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextStyleSheet : public wxObject
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextsymboldlg.h
|
||||
// Purpose: documentation for wxSymbolPickerDialog class
|
||||
// Purpose: interface of wxSymbolPickerDialog
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
|
@ -1,6 +1,6 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: richtext/richtextxml.h
|
||||
// Purpose: documentation for wxRichTextXMLHandler class
|
||||
// Purpose: interface of wxRichTextXMLHandler
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows license
|
||||
@ -17,7 +17,7 @@
|
||||
functions directly.
|
||||
|
||||
@library{wxrichtext}
|
||||
@category{FIXME}
|
||||
@category{richtext}
|
||||
*/
|
||||
class wxRichTextXMLHandler : public wxRichTextFileHandler
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user