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 | |
| parent | d8cb8ec9167634d0e09201043ba8a539d659b849 (diff) | |
Fix whitespace, update dependencies and fluid files
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Native_File_Chooser_GTK.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_compose.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 6358c5ace..07cc3ff7a 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -768,7 +768,7 @@ int Fl_GTK_Native_File_Chooser_Driver::fl_gtk_chooser_wrapper() fl_gtk_widget_show_now(gtkw_ptr); // map the GTK window on screen gboolean state = fl_gtk_file_chooser_get_show_hidden((GtkFileChooser *)gtkw_ptr); fl_gtk_toggle_button_set_active((GtkToggleButton *)show_hidden_button, state); - + Fl_Event_Dispatch old_dispatch = Fl::event_dispatch(); // prevent FLTK from processing any event Fl::event_dispatch(fnfc_dispatch); 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. |
