1 \section{\class{wxRichTextCtrl
}}\label{wxrichtextctrl
}
3 wxRichTextCtrl provides a generic, ground-up implementation of a text control
4 capable of showing multiple styles and images.
6 \wxheading{Derived from
}
10 \wxheading{Include files
}
12 <wx/richtext/richtextctrl.h>
14 \wxheading{Data structures
}
16 \latexignore{\rtfignore{\wxheading{Members
}}}
18 \membersection{wxRichTextCtrl::wxRichTextCtrl
}\label{wxrichtextctrlwxrichtextctrl
}
20 \func{}{wxRichTextCtrl
}{\void}
22 \func{}{wxRichTextCtrl
}{\param{wxWindow*
}{parent
},
\param{wxWindowID
}{id = wxID
\_ANY},
\param{const wxString\&
}{value = wxEmptyString
},
\param{const wxPoint\&
}{pos = wxDefaultPosition
},
\param{const wxSize\&
}{size = wxDefaultSize
},
\param{long
}{style = wxRE
\_MULTILINE}}
26 \membersection{wxRichTextCtrl::
\destruct{wxRichTextCtrl
}}\label{wxrichtextctrldtor
}
28 \func{}{\destruct{wxRichTextCtrl
}}{\void}
32 \membersection{wxRichTextCtrl::AddImage
}\label{wxrichtextctrladdimage
}
34 \func{wxRichTextRange
}{AddImage
}{\param{const wxImage\&
}{image
}}
36 Adds an image to the control's buffer.
38 \membersection{wxRichTextCtrl::AddParagraph
}\label{wxrichtextctrladdparagraph
}
40 \func{wxRichTextRange
}{AddParagraph
}{\param{const wxString\&
}{text
}}
42 Adds a new paragraph of text to the end of the buffer.
44 \membersection{wxRichTextCtrl::AppendText
}\label{wxrichtextctrlappendtext
}
46 \func{void
}{AppendText
}{\param{const wxString\&
}{text
}}
48 Sets the insertion point to the end of the buffer and writes the text.
50 \membersection{wxRichTextCtrl::ApplyAlignmentToSelection
}\label{wxrichtextctrlapplyalignmenttoselection
}
52 \func{bool
}{ApplyAlignmentToSelection
}{\param{wxTextAttrAlignment
}{alignment
}}
54 Applies the given alignment to the selection (undoable).
56 For alignment values, see
\helpref{wxTextAttrEx
}{wxtextattrex
}.
58 \membersection{wxRichTextCtrl::ApplyBoldToSelection
}\label{wxrichtextctrlapplyboldtoselection
}
60 \func{bool
}{ApplyBoldToSelection
}{\void}
62 Apples bold to the selection (undoable).
64 \membersection{wxRichTextCtrl::ApplyItalicToSelection
}\label{wxrichtextctrlapplyitalictoselection
}
66 \func{bool
}{ApplyItalicToSelection
}{\void}
68 Applies italic to the selection (undoable).
70 \membersection{wxRichTextCtrl::ApplyStyle
}\label{wxrichtextctrlapplystyle
}
72 \func{bool
}{ApplyStyle
}{\param{wxRichTextStyleDefinition*
}{ def
}}
74 Applies the given style to the selection.
76 \membersection{wxRichTextCtrl::ApplyStyleSheet
}\label{wxrichtextctrlapplystylesheet
}
78 \func{bool
}{ApplyStyleSheet
}{\param{wxRichTextStyleSheet*
}{ sheet $=$ NULL
}}
80 Applies the style sheet to the buffer, matching paragraph styles in the sheet against named styles
81 in the buffer. This might be useful if the styles have changed. If
{\it sheet
} is NULL, the
82 sheet set with SetStyleSheet is used.
84 Currently this applies paragraph styles only.
86 \membersection{wxRichTextCtrl::ApplyUnderlineToSelection
}\label{wxrichtextctrlapplyunderlinetoselection
}
88 \func{bool
}{ApplyUnderlineToSelection
}{\void}
90 Applies underline to the selection (undoable).
92 \membersection{wxRichTextCtrl::BatchingUndo
}\label{wxrichtextctrlbatchingundo
}
94 \constfunc{bool
}{BatchingUndo
}{\void}
96 Returns
\true if undo commands are being batched.
98 \membersection{wxRichTextCtrl::BeginAlignment
}\label{wxrichtextctrlbeginalignment
}
100 \func{bool
}{BeginAlignment
}{\param{wxTextAttrAlignment
}{alignment
}}
102 Begins using alignment
104 For alignment values, see
\helpref{wxTextAttrEx
}{wxtextattrex
}.
106 \membersection{wxRichTextCtrl::BeginBatchUndo
}\label{wxrichtextctrlbeginbatchundo
}
108 \func{bool
}{BeginBatchUndo
}{\param{const wxString\&
}{cmdName
}}
110 Starts batching undo history for commands.
112 \membersection{wxRichTextCtrl::BeginBold
}\label{wxrichtextctrlbeginbold
}
114 \func{bool
}{BeginBold
}{\void}
118 \membersection{wxRichTextCtrl::BeginCharacterStyle
}\label{wxrichtextctrlbegincharacterstyle
}
120 \func{bool
}{BeginCharacterStyle
}{\param{const wxString\&
}{characterStyle
}}
122 Begins using the named character style.
124 \membersection{wxRichTextCtrl::BeginFont
}\label{wxrichtextctrlbeginfont
}
126 \func{bool
}{BeginFont
}{\param{const wxFont\&
}{font
}}
128 Begins using this font.
130 \membersection{wxRichTextCtrl::BeginFontSize
}\label{wxrichtextctrlbeginfontsize
}
132 \func{bool
}{BeginFontSize
}{\param{int
}{pointSize
}}
134 Begins using the given point size.
136 \membersection{wxRichTextCtrl::BeginItalic
}\label{wxrichtextctrlbeginitalic
}
138 \func{bool
}{BeginItalic
}{\void}
142 \membersection{wxRichTextCtrl::BeginLeftIndent
}\label{wxrichtextctrlbeginleftindent
}
144 \func{bool
}{BeginLeftIndent
}{\param{int
}{leftIndent
},
\param{int
}{leftSubIndent =
0}}
146 Begins applying a left indent and subindent in tenths of a millimetre.
148 The sub-indent is an offset from the left of the paragraph, and is used for all but the
149 first line in a paragraph. A positive value will cause the first line to appear to the left
150 of the subsequent lines, and a negative value will cause the first line to be indented
151 relative to the subsequent lines.
153 wxRichTextBuffer uses indentation to render a bulleted item. The left indent is the distance between
154 the margin and the bullet. The content of the paragraph, including the first line, starts
155 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
156 left of the actual paragraph is leftSubIndent.
158 \membersection{wxRichTextCtrl::BeginLineSpacing
}\label{wxrichtextctrlbeginlinespacing
}
160 \func{bool
}{BeginLineSpacing
}{\param{int
}{lineSpacing
}}
162 Begins appling line spacing.
{\it spacing
} is a multiple, where
10 means single-spacing,
163 15 means
1.5 spacing, and
20 means double spacing. The following constants are
164 defined for convenience:
168 #define wxTEXT_ATTR_LINE_SPACING_NORMAL
10
169 #define wxTEXT_ATTR_LINE_SPACING_HALF
15
170 #define wxTEXT_ATTR_LINE_SPACING_TWICE
20
174 \membersection{wxRichTextCtrl::BeginNumberedBullet
}\label{wxrichtextctrlbeginnumberedbullet
}
176 \func{bool
}{BeginNumberedBullet
}{\param{int
}{bulletNumber
},
\param{int
}{leftIndent
},
\param{int
}{leftSubIndent
},
\param{int
}{bulletStyle = wxTEXT
\_ATTR\_BULLET\_STYLE\_ARABIC|wxTEXT
\_ATTR\_BULLET\_STYLE\_PERIOD}}
178 Begins a numbered bullet. This call will be needed for each item in the list, and the
179 application should take care of incrementing the numbering.
181 {\it bulletNumber
} is a number, usually starting with
1.
183 {\it leftIndent
} and
{\it leftSubIndent
} are values in tenths of a millimetre.
185 {\it bulletStyle
} is a bitlist of the following values:
189 #define wxTEXT_ATTR_BULLET_STYLE_NONE
0x0000
190 #define wxTEXT_ATTR_BULLET_STYLE_ARABIC
0x0001
191 #define wxTEXT_ATTR_BULLET_STYLE_LETTERS_UPPER
0x0002
192 #define wxTEXT_ATTR_BULLET_STYLE_LETTERS_LOWER
0x0004
193 #define wxTEXT_ATTR_BULLET_STYLE_ROMAN_UPPER
0x0008
194 #define wxTEXT_ATTR_BULLET_STYLE_ROMAN_LOWER
0x0010
195 #define wxTEXT_ATTR_BULLET_STYLE_SYMBOL
0x0020
196 #define wxTEXT_ATTR_BULLET_STYLE_BITMAP
0x0040
197 #define wxTEXT_ATTR_BULLET_STYLE_PARENTHESES
0x0080
198 #define wxTEXT_ATTR_BULLET_STYLE_PERIOD
0x0100
202 wxRichTextBuffer uses indentation to render a bulleted item. The left indent is the distance between
203 the margin and the bullet. The content of the paragraph, including the first line, starts
204 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
205 left of the actual paragraph is leftSubIndent.
207 \membersection{wxRichTextCtrl::BeginParagraphSpacing
}\label{wxrichtextctrlbeginparagraphspacing
}
209 \func{bool
}{BeginParagraphSpacing
}{\param{int
}{before
},
\param{int
}{after
}}
211 Begins paragraph spacing; pass the before-paragraph and after-paragraph spacing in tenths of
214 \membersection{wxRichTextCtrl::BeginParagraphStyle
}\label{wxrichtextctrlbeginparagraphstyle
}
216 \func{bool
}{BeginParagraphStyle
}{\param{const wxString\&
}{paragraphStyle
}}
218 Begins applying the named paragraph style.
220 \membersection{wxRichTextCtrl::BeginRightIndent
}\label{wxrichtextctrlbeginrightindent
}
222 \func{bool
}{BeginRightIndent
}{\param{int
}{rightIndent
}}
224 Begins a right indent, specified in tenths of a millimetre.
226 \membersection{wxRichTextCtrl::BeginStyle
}\label{wxrichtextctrlbeginstyle
}
228 \func{bool
}{BeginStyle
}{\param{const wxTextAttrEx\&
}{style
}}
230 Begins applying a style.
232 \membersection{wxRichTextCtrl::BeginSuppressUndo
}\label{wxrichtextctrlbeginsuppressundo
}
234 \func{bool
}{BeginSuppressUndo
}{\void}
236 Starts suppressing undo history for commands.
238 \membersection{wxRichTextCtrl::BeginSymbolBullet
}\label{wxrichtextctrlbeginsymbolbullet
}
240 \func{bool
}{BeginSymbolBullet
}{\param{wxChar
}{symbol
},
\param{int
}{leftIndent
},
\param{int
}{leftSubIndent
},
\param{int
}{bulletStyle = wxTEXT
\_ATTR\_BULLET\_STYLE\_SYMBOL}}
242 Begins applying a symbol bullet, using a character from the current font. See
\helpref{BeginNumberedBullet
}{wxrichtextctrlbeginnumberedbullet
} for
243 an explanation of how indentation is used to render the bulleted paragraph.
245 \membersection{wxRichTextCtrl::BeginTextColour
}\label{wxrichtextctrlbegintextcolour
}
247 \func{bool
}{BeginTextColour
}{\param{const wxColour\&
}{colour
}}
249 Begins using this colour.
251 \membersection{wxRichTextCtrl::BeginUnderline
}\label{wxrichtextctrlbeginunderline
}
253 \func{bool
}{BeginUnderline
}{\void}
255 Begins using underlining.
257 \membersection{wxRichTextCtrl::CanCopy
}\label{wxrichtextctrlcancopy
}
259 \constfunc{bool
}{CanCopy
}{\void}
261 Returns
\true if selected content can be copied to the clipboard.
263 \membersection{wxRichTextCtrl::CanCut
}\label{wxrichtextctrlcancut
}
265 \constfunc{bool
}{CanCut
}{\void}
267 Returns
\true if selected content can be copied to the clipboard and deleted.
269 \membersection{wxRichTextCtrl::CanDeleteSelection
}\label{wxrichtextctrlcandeleteselection
}
271 \constfunc{bool
}{CanDeleteSelection
}{\void}
273 Returns
\true if selected content can be deleted.
275 \membersection{wxRichTextCtrl::CanPaste
}\label{wxrichtextctrlcanpaste
}
277 \constfunc{bool
}{CanPaste
}{\void}
279 Returns
\true if the clipboard content can be pasted to the buffer.
281 \membersection{wxRichTextCtrl::CanRedo
}\label{wxrichtextctrlcanredo
}
283 \constfunc{bool
}{CanRedo
}{\void}
285 Returns
\true if there is a command in the command history that can be redone.
287 \membersection{wxRichTextCtrl::CanUndo
}\label{wxrichtextctrlcanundo
}
289 \constfunc{bool
}{CanUndo
}{\void}
291 Returns
\true if there is a command in the command history that can be undone.
293 \membersection{wxRichTextCtrl::Clear
}\label{wxrichtextctrlclear
}
295 \func{void
}{Clear
}{\void}
297 Clears the buffer content, leaving a single empty paragraph. Cannot be undone.
299 \membersection{wxRichTextCtrl::Command
}\label{wxrichtextctrlcommand
}
301 \func{void
}{Command
}{\param{wxCommandEvent\&
}{event
}}
303 Sends the event to the control.
305 \membersection{wxRichTextCtrl::Copy
}\label{wxrichtextctrlcopy
}
307 \func{void
}{Copy
}{\void}
309 Copies the selected content (if any) to the clipboard.
311 \membersection{wxRichTextCtrl::Create
}\label{wxrichtextctrlcreate
}
313 \func{bool
}{Create
}{\param{wxWindow*
}{parent
},
\param{wxWindowID
}{id = wxID
\_ANY},
\param{const wxString\&
}{value = wxEmptyString
},
\param{const wxPoint\&
}{pos = wxDefaultPosition
},
\param{const wxSize\&
}{size = wxDefaultSize
},
\param{long
}{style = wxRE
\_MULTILINE}}
315 Creates the underlying window.
317 \membersection{wxRichTextCtrl::Cut
}\label{wxrichtextctrlcut
}
319 \func{void
}{Cut
}{\void}
321 Copies the selected content (if any) to the clipboard and deletes the selection.
324 \membersection{wxRichTextCtrl::DeleteSelectedContent
}\label{wxrichtextctrldeleteselectedcontent
}
326 \func{bool
}{DeleteSelectedContent
}{\param{long*
}{newPos = NULL
}}
328 Deletes content if there is a selection, e.g. when pressing a key.
329 Returns the new caret position in
{\it newPos
}, or leaves it if there
330 was no action. This is undoable.
332 \membersection{wxRichTextCtrl::DeleteSelection
}\label{wxrichtextctrldeleteselection
}
334 \func{void
}{DeleteSelection
}{\void}
336 Deletes the content in the selection, if any. This is undoable.
338 \membersection{wxRichTextCtrl::DiscardEdits
}\label{wxrichtextctrldiscardedits
}
340 \func{void
}{DiscardEdits
}{\void}
342 Sets the buffer's modified status to
\false, and clears the buffer's command history.
344 \membersection{wxRichTextCtrl::DoGetBestSize
}\label{wxrichtextctrldogetbestsize
}
346 \constfunc{wxSize
}{DoGetBestSize
}{\void}
348 Currently this simply returns
{\tt wxSize(
10,
10)
}.
350 \membersection{wxRichTextCtrl::EndAlignment
}\label{wxrichtextctrlendalignment
}
352 \func{bool
}{EndAlignment
}{\void}
356 \membersection{wxRichTextCtrl::EndAllStyles
}\label{wxrichtextctrlendallstyles
}
358 \func{bool
}{EndAllStyles
}{\void}
360 Ends application of all styles in the current style stack.
362 \membersection{wxRichTextCtrl::EndBatchUndo
}\label{wxrichtextctrlendbatchundo
}
364 \func{bool
}{EndBatchUndo
}{\void}
366 Ends batching undo command history.
368 \membersection{wxRichTextCtrl::EndBold
}\label{wxrichtextctrlendbold
}
370 \func{bool
}{EndBold
}{\void}
374 \membersection{wxRichTextCtrl::EndCharacterStyle
}\label{wxrichtextctrlendcharacterstyle
}
376 \func{bool
}{EndCharacterStyle
}{\void}
378 Ends application of a named character style.
380 \membersection{wxRichTextCtrl::EndFont
}\label{wxrichtextctrlendfont
}
382 \func{bool
}{EndFont
}{\void}
386 \membersection{wxRichTextCtrl::EndFontSize
}\label{wxrichtextctrlendfontsize
}
388 \func{bool
}{EndFontSize
}{\void}
390 Ends using a point size.
392 \membersection{wxRichTextCtrl::EndItalic
}\label{wxrichtextctrlenditalic
}
394 \func{bool
}{EndItalic
}{\void}
398 \membersection{wxRichTextCtrl::EndLeftIndent
}\label{wxrichtextctrlendleftindent
}
400 \func{bool
}{EndLeftIndent
}{\void}
404 \membersection{wxRichTextCtrl::EndLineSpacing
}\label{wxrichtextctrlendlinespacing
}
406 \func{bool
}{EndLineSpacing
}{\void}
410 \membersection{wxRichTextCtrl::EndNumberedBullet
}\label{wxrichtextctrlendnumberedbullet
}
412 \func{bool
}{EndNumberedBullet
}{\void}
414 Ends application of a numbered bullet.
416 \membersection{wxRichTextCtrl::EndParagraphSpacing
}\label{wxrichtextctrlendparagraphspacing
}
418 \func{bool
}{EndParagraphSpacing
}{\void}
420 Ends paragraph spacing.
422 \membersection{wxRichTextCtrl::EndParagraphStyle
}\label{wxrichtextctrlendparagraphstyle
}
424 \func{bool
}{EndParagraphStyle
}{\void}
426 Ends application of a named character style.
428 \membersection{wxRichTextCtrl::EndRightIndent
}\label{wxrichtextctrlendrightindent
}
430 \func{bool
}{EndRightIndent
}{\void}
434 \membersection{wxRichTextCtrl::EndStyle
}\label{wxrichtextctrlendstyle
}
436 \func{bool
}{EndStyle
}{\void}
438 Ends the current style.
440 \membersection{wxRichTextCtrl::EndSuppressUndo
}\label{wxrichtextctrlendsuppressundo
}
442 \func{bool
}{EndSuppressUndo
}{\void}
444 Ends suppressing undo command history.
446 \membersection{wxRichTextCtrl::EndSymbolBullet
}\label{wxrichtextctrlendsymbolbullet
}
448 \func{bool
}{EndSymbolBullet
}{\void}
450 Ends applying a symbol bullet.
452 \membersection{wxRichTextCtrl::EndTextColour
}\label{wxrichtextctrlendtextcolour
}
454 \func{bool
}{EndTextColour
}{\void}
456 Ends applying a text colour.
458 \membersection{wxRichTextCtrl::EndUnderline
}\label{wxrichtextctrlendunderline
}
460 \func{bool
}{EndUnderline
}{\void}
462 End applying underlining.
464 \membersection{wxRichTextCtrl::ExtendSelection
}\label{wxrichtextctrlextendselection
}
466 \func{bool
}{ExtendSelection
}{\param{long
}{oldPosition
},
\param{long
}{newPosition
},
\param{int
}{flags
}}
468 Helper function for extending the selection, returning
\true if the selection was
469 changed. Selections are in caret positions.
471 \membersection{wxRichTextCtrl::FindNextWordPosition
}\label{wxrichtextctrlfindnextwordposition
}
473 \constfunc{long
}{FindNextWordPosition
}{\param{int
}{direction =
1}}
475 Helper function for finding the caret position for the next word. Direction
476 is
1 (forward) or -
1 (backwards).
478 \membersection{wxRichTextCtrl::Freeze
}\label{wxrichtextctrlfreeze
}
480 \func{void
}{Freeze
}{\void}
482 Call this function to prevent refresh and allow fast updates, and then
\helpref{Thaw
}{wxrichtextctrlthaw
} to
485 \membersection{wxRichTextCtrl::GetBasicStyle
}\label{wxrichtextctrlgetbasicstyle
}
487 \constfunc{const wxTextAttrEx\&
}{GetBasicStyle
}{\void}
489 Gets the basic (overall) style. This is the style of the whole
490 buffer before further styles are applied, unlike the default style, which
491 only affects the style currently being applied (for example, setting the default
492 style to bold will cause subsequently inserted text to be bold).
494 \membersection{wxRichTextCtrl::GetBuffer
}\label{wxrichtextctrlgetbuffer
}
496 \constfunc{const wxRichTextBuffer\&
}{GetBuffer
}{\void}
498 \func{wxRichTextBuffer\&
}{GetBuffer
}{\void}
500 Returns the buffer associated with the control.
502 \membersection{wxRichTextCtrl::GetCaretPosition
}\label{wxrichtextctrlgetcaretposition
}
504 \constfunc{long
}{GetCaretPosition
}{\void}
506 Returns the current caret position.
508 \membersection{wxRichTextCtrl::GetCaretPositionForIndex
}\label{wxrichtextctrlgetcaretpositionforindex
}
510 \func{bool
}{GetCaretPositionForIndex
}{\param{long
}{position
},
\param{wxRect\&
}{rect
}}
512 Returns the caret height and position for the given character position
514 \membersection{wxRichTextCtrl::GetCommandProcessor
}\label{wxrichtextctrlgetcommandprocessor
}
516 \constfunc{wxCommandProcessor*
}{GetCommandProcessor
}{\void}
518 Gets the command processor associated with the control's buffer.
520 \membersection{wxRichTextCtrl::GetDefaultStyleEx
}\label{wxrichtextctrlgetdefaultstyleex
}
522 \constfunc{const wxTextAttrEx\&
}{GetDefaultStyleEx
}{\void}
524 Returns the current default style, which can be used to change how subsequently inserted
525 text is displayed. When wxTextAttrEx is merged with wxTextAttr, this function
526 will become GetDefaultStyle.
528 \membersection{wxRichTextCtrl::GetDelayedLayoutThreshold
}\label{wxrichtextctrlgetdelayedlayoutthreshold
}
530 \constfunc{long
}{GetDelayedLayoutThreshold
}{\void}
532 Gets the size of the buffer beyond which layout is delayed during resizing.
533 This optimizes sizing for large buffers. The default is
20000.
535 \membersection{wxRichTextCtrl::GetFilename
}\label{wxrichtextctrlgetfilename
}
537 \constfunc{wxString
}{GetFilename
}{\void}
539 Gets the current filename associated with the control.
541 \membersection{wxRichTextCtrl::GetFirstVisiblePosition
}\label{wxrichtextctrlgetfirstvisibleposition
}
543 \constfunc{long
}{GetFirstVisiblePosition
}{\void}
545 Returns the first visible position in the current view.
547 \membersection{wxRichTextCtrl::GetInsertionPoint
}\label{wxrichtextctrlgetinsertionpoint
}
549 \constfunc{long
}{GetInsertionPoint
}{\void}
551 Returns the current insertion point.
553 \membersection{wxRichTextCtrl::GetLastPosition
}\label{wxrichtextctrlgetlastposition
}
555 \constfunc{wxTextPos
}{GetLastPosition
}{\void}
557 Returns the last position in the buffer.
559 \membersection{wxRichTextCtrl::GetLineLength
}\label{wxrichtextctrlgetlinelength
}
561 \constfunc{int
}{GetLineLength
}{\param{long
}{lineNo
}}
563 Returns the length of the specified line in characters.
565 \membersection{wxRichTextCtrl::GetLineText
}\label{wxrichtextctrlgetlinetext
}
567 \constfunc{wxString
}{GetLineText
}{\param{long
}{lineNo
}}
569 Returns the text for the given line.
571 \membersection{wxRichTextCtrl::GetLogicalPoint
}\label{wxrichtextctrlgetlogicalpoint
}
573 \constfunc{wxPoint
}{GetLogicalPoint
}{\param{const wxPoint\&
}{ptPhysical
}}
575 Transforms physical window position to logical (unscrolled) position.
577 \membersection{wxRichTextCtrl::GetNumberOfLines
}\label{wxrichtextctrlgetnumberoflines
}
579 \constfunc{int
}{GetNumberOfLines
}{\void}
581 Returns the number of lines in the buffer.
583 \membersection{wxRichTextCtrl::GetPhysicalPoint
}\label{wxrichtextctrlgetphysicalpoint
}
585 \constfunc{wxPoint
}{GetPhysicalPoint
}{\param{const wxPoint\&
}{ptLogical
}}
587 Transforms logical (unscrolled) position to physical window position.
589 \membersection{wxRichTextCtrl::GetRange
}\label{wxrichtextctrlgetrange
}
591 \constfunc{wxString
}{GetRange
}{\param{long
}{from
},
\param{long
}{to
}}
593 Gets the text for the given range.
595 The end point of range is specified as the last character position of the span of text, plus one.
597 \membersection{wxRichTextCtrl::GetSelection
}\label{wxrichtextctrlgetselection
}
599 \constfunc{void
}{GetSelection
}{\param{long*
}{from
},
\param{long*
}{to
}}
601 Returns the range of the current selection.
603 The end point of range is specified as the last character position of the span of text, plus one.
605 If the return values
{\it from
} and
{\it to
} are the same, there is no selection.
607 \membersection{wxRichTextCtrl::GetSelectionRange
}\label{wxrichtextctrlgetselectionrange
}
609 \constfunc{const wxRichTextRange\&
}{GetSelectionRange
}{\void}
611 Returns the selection range in character positions. -
1, -
1 means no selection.
613 \membersection{wxRichTextCtrl::GetStringSelection
}\label{wxrichtextctrlgetstringselection
}
615 \constfunc{wxString
}{GetStringSelection
}{\void}
617 Returns the text within the current selection range, if any.
619 \membersection{wxRichTextCtrl::GetStyle
}\label{wxrichtextctrlgetstyle
}
621 \func{bool
}{GetStyle
}{\param{long
}{position
},
\param{wxRichTextAttr\&
}{style
}}
623 \func{bool
}{GetStyle
}{\param{long
}{position
},
\param{wxTextAttrEx\&
}{style
}}
625 \func{bool
}{GetStyle
}{\param{long
}{position
},
\param{wxTextAttr\&
}{style
}}
627 Gets the attributes at the given position. The wxRichTextAttr version is generally more efficient
628 because it does not use wxFont objects.
630 This function gets the combined style - that is, the style you see on the screen as a result
631 of combining base style, paragraph style and character style attributes. To get the character
632 or paragraph style alone, use
\helpref{GetUncombinedStyle
}{wxrichtextctrlgetuncombinedstyle
}.
634 \membersection{wxRichTextCtrl::GetStyleSheet
}\label{wxrichtextctrlgetstylesheet
}
636 \constfunc{wxRichTextStyleSheet*
}{GetStyleSheet
}{\void}
638 Returns the style sheet associated with the control, if any. A style sheet allows named
639 character and paragraph styles to be applied.
641 \membersection{wxRichTextCtrl::GetUncombinedStyle
}\label{wxrichtextctrlgetuncombinedstyle
}
643 \func{bool
}{GetUncombinedStyle
}{\param{long
}{position
},
\param{wxRichTextAttr\&
}{style
}}
645 \func{bool
}{GetUncombinedStyle
}{\param{long
}{position
},
\param{wxTextAttrEx\&
}{style
}}
647 \func{bool
}{GetUncombinedStyle
}{\param{long
}{position
},
\param{wxTextAttr\&
}{style
}}
649 Gets the attributes at the given position. The wxRichTextAttr version is generally more efficient
650 because it does not use wxFont objects.
652 This function gets the
{\it uncombined style
} - that is, the attributes associated with the
653 paragraph or character content, and not necessarily the combined attributes you see on the
654 screen. To get the combined attributes, use
\helpref{GetStyle
}{wxrichtextctrlgetstyle
}.
656 If you specify (any) paragraph attribute in
{\it style
}'s flags, this function will fetch
657 the paragraph attributes. Otherwise, it will return the character attributes.
659 \membersection{wxRichTextCtrl::GetValue
}\label{wxrichtextctrlgetvalue
}
661 \constfunc{wxString
}{GetValue
}{\void}
663 Returns the content of the entire control as a string.
665 \membersection{wxRichTextCtrl::GetVisibleLineForCaretPosition
}\label{wxrichtextctrlgetvisiblelineforcaretposition
}
667 \constfunc{wxRichTextLine*
}{GetVisibleLineForCaretPosition
}{\param{long
}{caretPosition
}}
669 Internal helper function returning the line for the visible caret position. If the caret is
670 shown at the very end of the line, it means the next character is actually
671 on the following line. So this function gets the line we're expecting to find
674 \membersection{wxRichTextCtrl::HasCharacterAttributes
}\label{wxrichtextctrlhascharacterattributes
}
676 \constfunc{bool
}{HasCharacterAttributes
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxTextAttrEx\&
}{style
}}
678 \constfunc{bool
}{HasCharacterAttributes
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxRichTextAttr\&
}{style
}}
680 Test if this whole range has character attributes of the specified kind. If any
681 of the attributes are different within the range, the test fails. You
682 can use this to implement, for example, bold button updating.
{\it style
} must have
683 flags indicating which attributes are of interest.
685 \membersection{wxRichTextCtrl::HasParagraphAttributes
}\label{wxrichtextctrlhasparagraphattributes
}
687 \constfunc{bool
}{HasParagraphAttributes
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxTextAttrEx\&
}{style
}}
689 \constfunc{bool
}{HasParagraphAttributes
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxRichTextAttr\&
}{style
}}
691 Test if this whole range has paragraph attributes of the specified kind. If any
692 of the attributes are different within the range, the test fails. You
693 can use this to implement, for example, centering button updating.
{\it style
} must have
694 flags indicating which attributes are of interest.
696 \membersection{wxRichTextCtrl::HasSelection
}\label{wxrichtextctrlhasselection
}
698 \constfunc{bool
}{HasSelection
}{\void}
700 Returns
\true if there is a selection.
702 \membersection{wxRichTextCtrl::HitTest
}\label{wxrichtextctrlhittest
}
704 \constfunc{wxTextCtrlHitTestResult
}{HitTest
}{\param{const wxPoint\&
}{pt
},
\param{long*
}{pos
}}
706 \constfunc{wxTextCtrlHitTestResult
}{HitTest
}{\param{const wxPoint\&
}{pt
},
\param{wxTextCoord*
}{col
},
\param{wxTextCoord*
}{row
}}
708 Finds the character at the given position in pixels.
710 {\it pt
} is in device coords (not adjusted for the client area origin nor for scrolling).
712 \membersection{wxRichTextCtrl::Init
}\label{wxrichtextctrlinit
}
714 \func{void
}{Init
}{\void}
716 Initialises the members of the control.
718 \membersection{wxRichTextCtrl::InitCommandEvent
}\label{wxrichtextctrlinitcommandevent
}
720 \constfunc{void
}{InitCommandEvent
}{\param{wxCommandEvent\&
}{event
}}
722 Initialises the command event.
724 \membersection{wxRichTextCtrl::IsDefaultStyleShowing
}\label{wxrichtextctrlisdefaultstyleshowing
}
726 \constfunc{bool
}{IsDefaultStyleShowing
}{\void}
728 Returns
\true if the user has recently set the default style without moving the caret,
729 and therefore the UI needs to reflect the default style and not the style at the caret.
731 Below is an example of code that uses this function to determine whether the UI
732 should show that the current style is bold.
735 /// Is all of the selection bold?
736 bool wxRichTextCtrl::IsSelectionBold()
741 wxRichTextRange range = GetInternalSelectionRange();
742 attr.SetFlags(wxTEXT_ATTR_FONT_WEIGHT);
743 attr.SetFontWeight(wxBOLD);
745 return HasCharacterAttributes(range, attr);
749 // If no selection, then we need to combine current style with default style
750 // to see what the effect would be if we started typing.
752 attr.SetFlags(wxTEXT_ATTR_FONT_WEIGHT);
754 long pos = GetAdjustedCaretPosition(GetCaretPosition());
755 if (GetStyle(pos, attr))
757 if (IsDefaultStyleShowing())
758 wxRichTextApplyStyle(attr, GetDefaultStyleEx());
759 return attr.GetFontWeight() == wxBOLD;
766 See also
\helpref{SetAndShowDefaultStyle
}{wxrichtextctrlsetandshowdefaultstyle
}.
768 \membersection{wxRichTextCtrl::IsEditable
}\label{wxrichtextctrliseditable
}
770 \constfunc{bool
}{IsEditable
}{\void}
772 Returns
\true if the control is editable.
774 \membersection{wxRichTextCtrl::IsFrozen
}\label{wxrichtextctrlisfrozen
}
776 \constfunc{bool
}{IsFrozen
}{\void}
778 Returns
\true if Freeze has been called without a Thaw.
780 \membersection{wxRichTextCtrl::IsModified
}\label{wxrichtextctrlismodified
}
782 \constfunc{bool
}{IsModified
}{\void}
784 Returns
\true if the buffer has been modified.
786 \membersection{wxRichTextCtrl::IsMultiLine
}\label{wxrichtextctrlismultiline
}
788 \constfunc{bool
}{IsMultiLine
}{\void}
790 Returns
\true if the control is multiline.
792 \membersection{wxRichTextCtrl::IsPositionVisible
}\label{wxrichtextctrlispositionvisible
}
794 \constfunc{bool
}{IsPositionVisible
}{\param{long
}{pos
}}
796 Returns
\true if the given position is visible on the screen.
798 \membersection{wxRichTextCtrl::IsSelectionAligned
}\label{wxrichtextctrlisselectionaligned
}
800 \constfunc{bool
}{IsSelectionAligned
}{\param{wxTextAttrAlignment
}{alignment
}}
802 Returns
\true if all of the selection is aligned according to the specified flag.
804 \membersection{wxRichTextCtrl::IsSelectionBold
}\label{wxrichtextctrlisselectionbold
}
806 \constfunc{bool
}{IsSelectionBold
}{\void}
808 Returns
\true if all of the selection is bold.
810 \membersection{wxRichTextCtrl::IsSelectionItalics
}\label{wxrichtextctrlisselectionitalics
}
812 \constfunc{bool
}{IsSelectionItalics
}{\void}
814 Returns
\true if all of the selection is italic.
816 \membersection{wxRichTextCtrl::IsSelectionUnderlined
}\label{wxrichtextctrlisselectionunderlined
}
818 \constfunc{bool
}{IsSelectionUnderlined
}{\void}
820 Returns
\true if all of the selection is underlined.
822 \membersection{wxRichTextCtrl::IsSingleLine
}\label{wxrichtextctrlissingleline
}
824 \constfunc{bool
}{IsSingleLine
}{\void}
826 Returns
\true if the control is single-line. Currently wxRichTextCtrl does not
827 support single-line editing.
829 \membersection{wxRichTextCtrl::KeyboardNavigate
}\label{wxrichtextctrlkeyboardnavigate
}
831 \func{bool
}{KeyboardNavigate
}{\param{int
}{keyCode
},
\param{int
}{flags
}}
833 Helper function implementing keyboard navigation.
835 \membersection{wxRichTextCtrl::LayoutContent
}\label{wxrichtextctrllayoutcontent
}
837 \func{bool
}{LayoutContent
}{\param{bool
}{onlyVisibleRect = false
}}
839 Lays out the buffer, which must be done before certain operations, such as
840 setting the caret position. This function should not normally be required by the
843 \membersection{wxRichTextCtrl::LoadFile
}\label{wxrichtextctrlloadfile
}
845 \func{bool
}{LoadFile
}{\param{const wxString\&
}{file
},
\param{int
}{type = wxRICHTEXT
\_TYPE\_ANY}}
847 Loads content into the control's buffer using the given type. If the specified type
848 is wxRICHTEXT
\_TYPE\_ANY, the type is deduced from the filename extension.
850 This function looks for a suitable
\helpref{wxRichTextFileHandler
}{wxrichtextfilehandler
} object.
852 \membersection{wxRichTextCtrl::MarkDirty
}\label{wxrichtextctrlmarkdirty
}
854 \func{void
}{MarkDirty
}{\void}
856 Marks the buffer as modified.
858 \membersection{wxRichTextCtrl::MoveCaret
}\label{wxrichtextctrlmovecaret
}
860 \func{bool
}{MoveCaret
}{\param{long
}{pos
},
\param{bool
}{showAtLineStart = false
}}
862 Move the caret to the given character position.
864 \membersection{wxRichTextCtrl::MoveCaretBack
}\label{wxrichtextctrlmovecaretback
}
866 \func{void
}{MoveCaretBack
}{\param{long
}{oldPosition
}}
868 Move the caret one visual step forward: this may mean setting a flag
869 and keeping the same position if we're going from the end of one line
870 to the start of the next, which may be the exact same caret position.
872 \membersection{wxRichTextCtrl::MoveCaretForward
}\label{wxrichtextctrlmovecaretforward
}
874 \func{void
}{MoveCaretForward
}{\param{long
}{oldPosition
}}
876 Move the caret one visual step forward: this may mean setting a flag
877 and keeping the same position if we're going from the end of one line
878 to the start of the next, which may be the exact same caret position.
880 \membersection{wxRichTextCtrl::MoveDown
}\label{wxrichtextctrlmovedown
}
882 \func{bool
}{MoveDown
}{\param{int
}{noLines =
1},
\param{int
}{flags =
0}}
884 Moves the caret down.
886 \membersection{wxRichTextCtrl::MoveEnd
}\label{wxrichtextctrlmoveend
}
888 \func{bool
}{MoveEnd
}{\param{int
}{flags =
0}}
890 Moves to the end of the buffer.
892 \membersection{wxRichTextCtrl::MoveHome
}\label{wxrichtextctrlmovehome
}
894 \func{bool
}{MoveHome
}{\param{int
}{flags =
0}}
896 Moves to the start of the buffer.
898 \membersection{wxRichTextCtrl::MoveLeft
}\label{wxrichtextctrlmoveleft
}
900 \func{bool
}{MoveLeft
}{\param{int
}{noPositions =
1},
\param{int
}{flags =
0}}
904 \membersection{wxRichTextCtrl::MoveRight
}\label{wxrichtextctrlmoveright
}
906 \func{bool
}{MoveRight
}{\param{int
}{noPositions =
1},
\param{int
}{flags =
0}}
910 \membersection{wxRichTextCtrl::MoveToLineEnd
}\label{wxrichtextctrlmovetolineend
}
912 \func{bool
}{MoveToLineEnd
}{\param{int
}{flags =
0}}
914 Moves to the end of the line.
916 \membersection{wxRichTextCtrl::MoveToLineStart
}\label{wxrichtextctrlmovetolinestart
}
918 \func{bool
}{MoveToLineStart
}{\param{int
}{flags =
0}}
920 Moves to the start of the line.
922 \membersection{wxRichTextCtrl::MoveToParagraphEnd
}\label{wxrichtextctrlmovetoparagraphend
}
924 \func{bool
}{MoveToParagraphEnd
}{\param{int
}{flags =
0}}
926 Moves to the end of the paragraph.
928 \membersection{wxRichTextCtrl::MoveToParagraphStart
}\label{wxrichtextctrlmovetoparagraphstart
}
930 \func{bool
}{MoveToParagraphStart
}{\param{int
}{flags =
0}}
932 Moves to the start of the paragraph.
934 \membersection{wxRichTextCtrl::MoveUp
}\label{wxrichtextctrlmoveup
}
936 \func{bool
}{MoveUp
}{\param{int
}{noLines =
1},
\param{int
}{flags =
0}}
940 \membersection{wxRichTextCtrl::Newline
}\label{wxrichtextctrlnewline
}
942 \func{bool
}{Newline
}{\void}
944 Insert a newline (actually paragraph) at the current insertion point.
946 \membersection{wxRichTextCtrl::OnClear
}\label{wxrichtextctrlonclear
}
948 \func{void
}{OnClear
}{\param{wxCommandEvent\&
}{event
}}
950 Standard handler for the wxID
\_CLEAR command.
952 \membersection{wxRichTextCtrl::OnContextMenu
}\label{wxrichtextctrloncontextmenu
}
954 \func{void
}{OnContextMenu
}{\param{wxContextMenuEvent\&
}{event
}}
956 Shows a standard context menu with undo, redo, cut, copy, paste, clear, and select all commands.
958 \membersection{wxRichTextCtrl::OnCopy
}\label{wxrichtextctrloncopy
}
960 \func{void
}{OnCopy
}{\param{wxCommandEvent\&
}{event
}}
962 Standard handler for the wxID
\_COPY command.
964 \membersection{wxRichTextCtrl::OnCut
}\label{wxrichtextctrloncut
}
966 \func{void
}{OnCut
}{\param{wxCommandEvent\&
}{event
}}
968 Standard handler for the wxID
\_CUT command.
970 \membersection{wxRichTextCtrl::OnDropFiles
}\label{wxrichtextctrlondropfiles
}
972 \func{void
}{OnDropFiles
}{\param{wxDropFilesEvent\&
}{event
}}
974 Loads the first dropped file.
976 \membersection{wxRichTextCtrl::OnPaste
}\label{wxrichtextctrlonpaste
}
978 \func{void
}{OnPaste
}{\param{wxCommandEvent\&
}{event
}}
980 Standard handler for the wxID
\_PASTE command.
982 \membersection{wxRichTextCtrl::OnRedo
}\label{wxrichtextctrlonredo
}
984 \func{void
}{OnRedo
}{\param{wxCommandEvent\&
}{event
}}
986 Standard handler for the wxID
\_REDO command.
988 \membersection{wxRichTextCtrl::OnSelectAll
}\label{wxrichtextctrlonselectall
}
990 \func{void
}{OnSelectAll
}{\param{wxCommandEvent\&
}{event
}}
992 Standard handler for the wxID
\_SELECTALL command.
994 \membersection{wxRichTextCtrl::OnUndo
}\label{wxrichtextctrlonundo
}
996 \func{void
}{OnUndo
}{\param{wxCommandEvent\&
}{event
}}
998 Standard handler for the wxID
\_PASTE command.
1000 \membersection{wxRichTextCtrl::OnUpdateClear
}\label{wxrichtextctrlonupdateclear
}
1002 \func{void
}{OnUpdateClear
}{\param{wxUpdateUIEvent\&
}{event
}}
1004 Standard update handler for the wxID
\_CLEAR command.
1006 \membersection{wxRichTextCtrl::OnUpdateCopy
}\label{wxrichtextctrlonupdatecopy
}
1008 \func{void
}{OnUpdateCopy
}{\param{wxUpdateUIEvent\&
}{event
}}
1010 Standard update handler for the wxID
\_COPY command.
1012 \membersection{wxRichTextCtrl::OnUpdateCut
}\label{wxrichtextctrlonupdatecut
}
1014 \func{void
}{OnUpdateCut
}{\param{wxUpdateUIEvent\&
}{event
}}
1016 Standard update handler for the wxID
\_CUT command.
1018 \membersection{wxRichTextCtrl::OnUpdatePaste
}\label{wxrichtextctrlonupdatepaste
}
1020 \func{void
}{OnUpdatePaste
}{\param{wxUpdateUIEvent\&
}{event
}}
1022 Standard update handler for the wxID
\_PASTE command.
1024 \membersection{wxRichTextCtrl::OnUpdateRedo
}\label{wxrichtextctrlonupdateredo
}
1026 \func{void
}{OnUpdateRedo
}{\param{wxUpdateUIEvent\&
}{event
}}
1028 Standard update handler for the wxID
\_REDO command.
1030 \membersection{wxRichTextCtrl::OnUpdateSelectAll
}\label{wxrichtextctrlonupdateselectall
}
1032 \func{void
}{OnUpdateSelectAll
}{\param{wxUpdateUIEvent\&
}{event
}}
1034 Standard update handler for the wxID
\_SELECTALL command.
1036 \membersection{wxRichTextCtrl::OnUpdateUndo
}\label{wxrichtextctrlonupdateundo
}
1038 \func{void
}{OnUpdateUndo
}{\param{wxUpdateUIEvent\&
}{event
}}
1040 Standard update handler for the wxID
\_UNDO command.
1042 \membersection{wxRichTextCtrl::PageDown
}\label{wxrichtextctrlpagedown
}
1044 \func{bool
}{PageDown
}{\param{int
}{noPages =
1},
\param{int
}{flags =
0}}
1046 Moves one or more pages down.
1048 \membersection{wxRichTextCtrl::PageUp
}\label{wxrichtextctrlpageup
}
1050 \func{bool
}{PageUp
}{\param{int
}{noPages =
1},
\param{int
}{flags =
0}}
1052 Moves one or more pages up.
1054 \membersection{wxRichTextCtrl::PaintBackground
}\label{wxrichtextctrlpaintbackground
}
1056 \func{void
}{PaintBackground
}{\param{wxDC\&
}{dc
}}
1058 Paints the background.
1060 \membersection{wxRichTextCtrl::Paste
}\label{wxrichtextctrlpaste
}
1062 \func{void
}{Paste
}{\void}
1064 Pastes content from the clipboard to the buffer.
1066 \membersection{wxRichTextCtrl::PositionCaret
}\label{wxrichtextctrlpositioncaret
}
1068 \func{void
}{PositionCaret
}{\void}
1070 Internal function to position the visible caret according to the current caret position.
1072 \membersection{wxRichTextCtrl::PositionToXY
}\label{wxrichtextctrlpositiontoxy
}
1074 \constfunc{bool
}{PositionToXY
}{\param{long
}{pos
},
\param{long*
}{x
},
\param{long*
}{y
}}
1076 Converts a text position to zero-based column and line numbers.
1078 \membersection{wxRichTextCtrl::Redo
}\label{wxrichtextctrlredo
}
1080 \func{void
}{Redo
}{\void}
1082 Redoes the current command.
1084 \membersection{wxRichTextCtrl::Remove
}\label{wxrichtextctrlremove
}
1086 \func{void
}{Remove
}{\param{long
}{from
},
\param{long
}{to
}}
1088 Removes the content in the specified range.
1090 \membersection{wxRichTextCtrl::Replace
}\label{wxrichtextctrlreplace
}
1092 \func{void
}{Replace
}{\param{long
}{from
},
\param{long
}{to
},
\param{const wxString\&
}{value
}}
1094 Replaces the content in the specified range with the string specified by
{\it value
}.
1096 \membersection{wxRichTextCtrl::SaveFile
}\label{wxrichtextctrlsavefile
}
1098 \func{bool
}{SaveFile
}{\param{const wxString\&
}{file = wxEmptyString
},
\param{int
}{type = wxRICHTEXT
\_TYPE\_ANY}}
1100 Saves the buffer content using the given type. If the specified type
1101 is wxRICHTEXT
\_TYPE\_ANY, the type is deduced from the filename extension.
1103 This function looks for a suitable
\helpref{wxRichTextFileHandler
}{wxrichtextfilehandler
} object.
1105 \membersection{wxRichTextCtrl::ScrollIntoView
}\label{wxrichtextctrlscrollintoview
}
1107 \func{bool
}{ScrollIntoView
}{\param{long
}{position
},
\param{int
}{keyCode
}}
1109 Scrolls
{\it position
} into view. This function takes a caret position.
1111 \membersection{wxRichTextCtrl::SelectAll
}\label{wxrichtextctrlselectall
}
1113 \func{void
}{SelectAll
}{\void}
1115 Selects all the text in the buffer.
1117 \membersection{wxRichTextCtrl::SelectNone
}\label{wxrichtextctrlselectnone
}
1119 \func{void
}{SelectNone
}{\void}
1121 Cancels any selection.
1123 \membersection{wxRichTextCtrl::SetAndShowDefaultStyle
}\label{wxrichtextctrlsetandshowdefaultstyle
}
1125 \func{void
}{SetAndShowDefaultStyle
}{\param{const wxRichTextAttr\&
}{attr
}}
1127 Sets
{\it attr
} as the default style and tells the control that the UI should reflect
1128 this attribute until the user moves the caret.
1130 See also
\helpref{IsDefaultStyleShowing
}{wxrichtextctrlisdefaultstyleshowing
}.
1132 \membersection{wxRichTextCtrl::SetBasicStyle
}\label{wxrichtextctrlsetbasicstyle
}
1134 \func{void
}{SetBasicStyle
}{\param{const wxRichTextAttr\&
}{style
}}
1136 \func{void
}{SetBasicStyle
}{\param{const wxTextAttrEx\&
}{style
}}
1138 Sets the basic (overall) style. This is the style of the whole
1139 buffer before further styles are applied, unlike the default style, which
1140 only affects the style currently being applied (for example, setting the default
1141 style to bold will cause subsequently inserted text to be bold).
1143 \membersection{wxRichTextCtrl::SetCaretPosition
}\label{wxrichtextctrlsetcaretposition
}
1145 \func{void
}{SetCaretPosition
}{\param{long
}{position
},
\param{bool
}{showAtLineStart = false
}}
1147 The caret position is the character position just before the caret.
1148 A value of -
1 means the caret is at the start of the buffer.
1150 \membersection{wxRichTextCtrl::SetDefaultStyle
}\label{wxrichtextctrlsetdefaultstyle
}
1152 \func{bool
}{SetDefaultStyle
}{\param{const wxTextAttrEx\&
}{style
}}
1154 Sets the current default style, which can be used to change how subsequently inserted
1157 \membersection{wxRichTextCtrl::SetDefaultStyleToCursorStyle
}\label{wxrichtextctrlsetdefaultstyletocursorstyle
}
1159 \func{bool
}{SetDefaultStyleToCursorStyle
}{\void}
1161 Sets the default style to the style under the cursor.
1163 \membersection{wxRichTextCtrl::SetDelayedLayoutThreshold
}\label{wxrichtextctrlsetdelayedlayoutthreshold
}
1165 \func{void
}{SetDelayedLayoutThreshold
}{\param{long
}{threshold
}}
1167 Sets the size of the buffer beyond which layout is delayed during resizing.
1168 This optimizes sizing for large buffers. The default is
20000.
1170 \membersection{wxRichTextCtrl::SetEditable
}\label{wxrichtextctrlseteditable
}
1172 \func{void
}{SetEditable
}{\param{bool
}{editable
}}
1174 Makes the control editable, or not.
1176 \membersection{wxRichTextCtrl::SetFilename
}\label{wxrichtextctrlsetfilename
}
1178 \func{void
}{SetFilename
}{\param{const wxString\&
}{filename
}}
1180 Sets the current filename.
1182 \membersection{wxRichTextCtrl::SetFont
}\label{wxrichtextctrlsetfont
}
1184 \func{bool
}{SetFont
}{\param{const wxFont\&
}{font
}}
1186 Sets the font, and also the basic and default attributes (see
\helpref{SetDefaultStyle
}{wxrichtextctrlsetdefaultstyle
}).
1188 \membersection{wxRichTextCtrl::SetInsertionPoint
}\label{wxrichtextctrlsetinsertionpoint
}
1190 \func{void
}{SetInsertionPoint
}{\param{long
}{pos
}}
1192 Sets the insertion point.
1194 \membersection{wxRichTextCtrl::SetInsertionPointEnd
}\label{wxrichtextctrlsetinsertionpointend
}
1196 \func{void
}{SetInsertionPointEnd
}{\void}
1198 Sets the insertion point to the end of the text control.
1200 \membersection{wxRichTextCtrl::SetSelection
}\label{wxrichtextctrlsetselection
}
1202 \func{void
}{SetSelection
}{\param{long
}{from
},
\param{long
}{to
}}
1204 Sets the selection to the given range.
1206 The end point of range is specified as the last character position of the span of text, plus one.
1207 So, for example, to set the style for a character at position
5, use the range (
5,
6).
1209 \membersection{wxRichTextCtrl::SetSelectionRange
}\label{wxrichtextctrlsetselectionrange
}
1211 \func{void
}{SetSelectionRange
}{\param{const wxRichTextRange\&
}{range
}}
1213 Sets the selection to the given range.
1215 The end point of range is specified as the last character position of the span of text, plus one.
1216 So, for example, to set the style for a character at position
5, use the range (
5,
6).
1218 \membersection{wxRichTextCtrl::SetStyle
}\label{wxrichtextctrlsetstyle
}
1220 \func{bool
}{SetStyle
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxRichTextAttr\&
}{style
}}
1222 \func{bool
}{SetStyle
}{\param{long
}{start
},
\param{long
}{end
},
\param{const wxTextAttrEx\&
}{style
}}
1224 \func{bool
}{SetStyle
}{\param{long
}{start
},
\param{long
}{end
},
\param{const wxTextAttr\&
}{style
}}
1226 Sets the attributes for the given range. The wxRichTextAttr version is more efficient
1227 because it does not use wxFont objects.
1229 The end point of range is specified as the last character position of the span of text, plus one.
1230 So, for example, to set the style for a character at position
5, use the range (
5,
6).
1232 \membersection{wxRichTextCtrl::SetStyleEx
}\label{wxrichtextctrlsetstyleex
}
1234 \func{bool
}{SetStyleEx
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxRichTextAttr\&
}{style
},
\param{int
}{flags $=$ wxRICHTEXT
\_SETSTYLE\_WITH\_UNDO}}
1236 \func{bool
}{SetStyleEx
}{\param{const wxRichTextRange\&
}{range
},
\param{const wxTextAttrEx\&
}{style
},
\param{int
}{flags $=$ wxRICHTEXT
\_SETSTYLE\_WITH\_UNDO}}
1238 \func{bool
}{SetStyleEx
}{\param{long
}{start
},
\param{long
}{end
},
\param{const wxTextAttrEx\&
}{style
},
\param{int
}{flags $=$ wxRICHTEXT
\_SETSTYLE\_WITH\_UNDO}}
1240 Sets the attributes for the given range, passing flags to determine how the attributes are set. The wxRichTextAttr version is more efficient
1241 because it does not use wxFont objects.
1243 The end point of range is specified as the last character position of the span of text, plus one.
1244 So, for example, to set the style for a character at position
5, use the range (
5,
6).
1246 {\it flags
} may contain a bit list of the following values:
1249 #define wxRICHTEXT_SETSTYLE_NONE
0x00
1251 // Specifies that this operation should be undoable
1252 #define wxRICHTEXT_SETSTYLE_WITH_UNDO
0x01
1254 // Specifies that the style should not be applied if the
1255 // combined style at this point is already the style in question.
1256 #define wxRICHTEXT_SETSTYLE_OPTIMIZE
0x02
1258 // Specifies that the style should only be applied to paragraphs,
1259 // and not the content. This allows content styling to be
1260 // preserved independently from that of e.g. a named paragraph style.
1261 #define wxRICHTEXT_SETSTYLE_PARAGRAPHS_ONLY
0x04
1263 // Specifies that the style should only be applied to characters,
1264 // and not the paragraph. This allows content styling to be
1265 // preserved independently from that of e.g. a named paragraph style.
1266 #define wxRICHTEXT_SETSTYLE_CHARACTERS_ONLY
0x08
1269 \membersection{wxRichTextCtrl::SetStyleSheet
}\label{wxrichtextctrlsetstylesheet
}
1271 \func{void
}{SetStyleSheet
}{\param{wxRichTextStyleSheet*
}{styleSheet
}}
1273 Sets the style sheet associated with the control. A style sheet allows named
1274 character and paragraph styles to be applied.
1276 \membersection{wxRichTextCtrl::SetValue
}\label{wxrichtextctrlsetvalue
}
1278 \func{void
}{SetValue
}{\param{const wxString\&
}{value
}}
1280 Replaces existing content with the given text.
1282 \membersection{wxRichTextCtrl::SetupScrollbars
}\label{wxrichtextctrlsetupscrollbars
}
1284 \func{void
}{SetupScrollbars
}{\param{bool
}{atTop = false
}}
1286 A helper function setting up scrollbars, for example after a resize.
1288 \membersection{wxRichTextCtrl::ShowPosition
}\label{wxrichtextctrlshowposition
}
1290 \func{void
}{ShowPosition
}{\param{long
}{pos
}}
1292 Scrolls the buffer so that the given position is in view.
1294 \membersection{wxRichTextCtrl::SuppressingUndo
}\label{wxrichtextctrlsuppressingundo
}
1296 \constfunc{bool
}{SuppressingUndo
}{\void}
1298 Returns
\true if undo history suppression is on.
1300 \membersection{wxRichTextCtrl::Thaw
}\label{wxrichtextctrlthaw
}
1302 \func{void
}{Thaw
}{\void}
1304 Call this function to end a Freeze and refresh the display.
1306 \membersection{wxRichTextCtrl::Undo
}\label{wxrichtextctrlundo
}
1308 \func{void
}{Undo
}{\void}
1310 Undoes the command at the top of the command history, if there is one.
1312 \membersection{wxRichTextCtrl::WordLeft
}\label{wxrichtextctrlwordleft
}
1314 \func{bool
}{WordLeft
}{\param{int
}{noWords =
1},
\param{int
}{flags =
0}}
1316 Moves a number of words to the left.
1318 \membersection{wxRichTextCtrl::WordRight
}\label{wxrichtextctrlwordright
}
1320 \func{bool
}{WordRight
}{\param{int
}{noWords =
1},
\param{int
}{flags =
0}}
1322 Move a nuber of words to the right.
1324 \membersection{wxRichTextCtrl::WriteImage
}\label{wxrichtextctrlwriteimage
}
1326 \func{bool
}{WriteImage
}{\param{const wxString\&
}{filename
},
\param{int
}{bitmapType
}}
1328 Loads an image from a file and writes it at the current insertion point.
1330 \func{bool
}{WriteImage
}{\param{const wxRichTextImageBlock\&
}{imageBlock
}}
1332 Writes an image block at the current insertion point.
1334 \func{bool
}{WriteImage
}{\param{const wxBitmap\&
}{bitmap
},
\param{int
}{bitmapType = wxBITMAP
\_TYPE\_PNG}}
1336 \func{bool
}{WriteImage
}{\param{const wxImage\&
}{image
},
\param{int
}{bitmapType = wxBITMAP
\_TYPE\_PNG}}
1338 Write a bitmap or image at the current insertion point. Supply an optional type to use
1339 for internal and file storage of the raw data.
1341 \membersection{wxRichTextCtrl::WriteText
}\label{wxrichtextctrlwritetext
}
1343 \func{void
}{WriteText
}{\param{const wxString\&
}{text
}}
1345 Writes text at the current position.
1347 \membersection{wxRichTextCtrl::XYToPosition
}\label{wxrichtextctrlxytoposition
}
1349 \constfunc{long
}{XYToPosition
}{\param{long
}{x
},
\param{long
}{y
}}
1351 Translates from column and line number to position.