diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-03 17:20:24 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-03-03 17:20:24 +0100 |
| commit | a773fdc44bfb818f1830e9e48ba765881e68c942 (patch) | |
| tree | 70f52be97581cdb407d440fb43cfc3bd3cfc13f8 /src/Fl_compose.cxx | |
| parent | d8cb8ec9167634d0e09201043ba8a539d659b849 (diff) | |
Fix whitespace, update dependencies and fluid files
Diffstat (limited to 'src/Fl_compose.cxx')
| -rw-r--r-- | src/Fl_compose.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index 356823ee1..b83121467 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -40,7 +40,7 @@ int Fl::compose_state = 0; <p>If <i>false</i> is returned, the keys should be treated as function keys, and del is set to zero. You could insert the text anyways, if you don't know what else to do. - + <p>Text editing widgets can preferentially call fl_set_spot() to indicate the window coordinates of the bottom of the current insertion point and the line height. This way, auxiliary windows that help choosing among alternative characters @@ -63,7 +63,7 @@ int Fl::compose_state = 0; <p>Finally, text editing widgets should call <tt>set_flag(MAC_USE_ACCENTS_MENU);</tt> in their constructor if they want to use, on the macOS platform, the feature introduced with Mac OS 10.7 "Lion" where pressing and holding certain keys on the keyboard opens a diacritic marks popup window. - + \note For compatibility with FLTK 1.3, text editing widgets can call <tt>Fl::insertion_point_location(int x, int y, int height)</tt> and <tt>Fl::reset_marked_text()</tt> <u>only under the macOS platform</u> to indicate/reset the coordinates of the current insertion point. |
