diff options
| author | Manolo Gouy <Manolo> | 2013-01-13 15:25:37 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-01-13 15:25:37 +0000 |
| commit | 482c4a5e0a52cc19396fd931c651dc2d89ea8be4 (patch) | |
| tree | 4389a47e09fbe5814f8467909ea1e14f3d6bb0a7 /FL/Fl.H | |
| parent | e042966ae7a13b8bf6e26a09025ba47c026559a8 (diff) | |
Mac OS: added support for the text input feature introduced in OS 10.7 "Lion" where pressing and holding
some key opens a window with possible accented characters. This feature is used by the Fl_Input_ and
Fl_Text_Editor widgets. User-defined text input widgets can optionally use this feature, but the default
behavior is to not use it. Fl_Secret_Input turns it off, for example.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9792 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ public: // should be private! #ifdef __APPLE__ static int marked_text_length(void); // returns length of marked text static void reset_marked_text(); // resets marked text - static void insertion_point_location(int x, int y); // sets window coordinates of insertion point + static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point #endif #endif /** |
