Browse Source

Documentation: changed insertText to insertTextAtCaret

tags/2021-05-28
Joshua Gerrard 10 years ago
parent
commit
854e8af44a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/widgets/juce_TextEditor.h

+ 1
- 1
modules/juce_gui_basics/widgets/juce_TextEditor.h View File

@@ -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…
Cancel
Save