mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Documentation: changed insertText to insertTextAtCaret
This commit is contained in:
parent
c06db136bd
commit
854e8af44a
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ public:
|
|||
@param newText the text to add
|
||||
@param sendTextChangeMessage if true, this will cause a change message to
|
||||
be sent to all the listeners.
|
||||
@see insertText
|
||||
@see insertTextAtCaret
|
||||
*/
|
||||
void setText (const String& newText,
|
||||
bool sendTextChangeMessage = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue