Slightly improve the doc of Fl::reset_marked_text().

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12931 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2018-05-24 11:21:27 +00:00
parent c886fe9c33
commit 8a4f6905a5
+4 -5
View File
@@ -1950,12 +1950,11 @@ int Fl::dnd()
/**
* Resets marked text.
*
* In many languages, typing a character involves multiple keystrokes. For
* example, the A-Umlaut can be composed of two dots (") on top of the
* In many languages, typing a character can involve multiple keystrokes. For
* example, the Ä can be composed of two dots (¨) on top of the
* character, followed by the letter A (on a Mac with U.S. keyboard, you'd
* type Alt-U, Shift-A. To inform the user, that the dots may be followed by
* another character, the position of the " is marked on screen with a yellow
* background color.
* type Alt-U, Shift-A. To inform the user that the dots may be followed by
* another character, the ¨ is underlined).
*
* Call this function if character composition needs to be aborted for some
* reason. One such example would be the text input widget losing focus.