mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
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:
+4
-5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user