Some documentation enhancements for wxRichTextCtrl
Comment fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -85,6 +85,12 @@ Returns the {\it n}th character style.
|
||||
|
||||
Returns the number of character styles.
|
||||
|
||||
\membersection{wxRichTextStyleSheet::GetDescription}\label{wxrichtextstylesheetgetdescription}
|
||||
|
||||
\constfunc{const wxString\&}{GetDescription}{\void}
|
||||
|
||||
Returns the style sheet's description.
|
||||
|
||||
\membersection{wxRichTextStyleSheet::GetListStyle}\label{wxrichtextstylesheetgetliststyle}
|
||||
|
||||
\constfunc{wxRichTextListStyleDefinition*}{GetListStyle}{\param{size\_t }{n}}
|
||||
@@ -97,6 +103,12 @@ Returns the {\it n}th list style.
|
||||
|
||||
Returns the number of list styles.
|
||||
|
||||
\membersection{wxRichTextStyleSheet::GetName}\label{wxrichtextstylesheetgetname}
|
||||
|
||||
\constfunc{const wxString\&}{GetName}{\void}
|
||||
|
||||
Returns the style sheet's name.
|
||||
|
||||
\membersection{wxRichTextStyleSheet::GetParagraphStyle}\label{wxrichtextstylesheetgetparagraphstyle}
|
||||
|
||||
\constfunc{wxRichTextParagraphStyleDefinition*}{GetParagraphStyle}{\param{size\_t }{n}}
|
||||
@@ -133,3 +145,15 @@ Removes a list style.
|
||||
|
||||
Removes a paragraph style.
|
||||
|
||||
\membersection{wxRichTextStyleSheet::SetDescription}\label{wxrichtextstylesheetsetdescription}
|
||||
|
||||
\func{void}{SetDescription}{\param{const wxString\& }{descr}}
|
||||
|
||||
Sets the style sheet's description.
|
||||
|
||||
\membersection{wxRichTextStyleSheet::SetName}\label{wxrichtextstylesheetsetname}
|
||||
|
||||
\func{void}{SetName}{\param{const wxString\& }{name}}
|
||||
|
||||
Sets the style sheet's name.
|
||||
|
||||
|
Reference in New Issue
Block a user