1
0
Fork 0
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:
Joshua Gerrard 2015-12-03 13:54:03 +00:00
parent c06db136bd
commit 854e8af44a

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);