diff options
| author | Manolo Gouy <Manolo> | 2018-05-24 10:58:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-05-24 10:58:47 +0000 |
| commit | c886fe9c33e6894c2e70f07857b4c29cfa77d60a (patch) | |
| tree | fbd701859293a05a2b706b074c65df27d7b22e25 /FL | |
| parent | af3625eb209f68eccb5bd281f768aba606e8b811 (diff) | |
Add documentation for Fl::reset_marked_text() and Fl::insertion_point_location().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12930 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,6 +140,8 @@ public: static Fl_Screen_Driver *screen_driver(); static Fl_System_Driver *system_driver(); + static void reset_marked_text(); // resets marked text + static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point public: // run time information about compile time configuration /** \defgroup cfg_gfx runtime graphics driver configuration */ @@ -197,8 +199,6 @@ public: // should be private! static Fl_Window* grab_; static int compose_state; // used for dead keys (Windows) or marked text (MacOS) static void call_screen_init(); // recompute screen number and dimensions - static void reset_marked_text(); // resets marked text - static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point #endif // FL_DOXYGEN |
