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 /src/Fl.cxx | |
| 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 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 81aecdb25..0ba7f17e1 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1947,8 +1947,6 @@ int Fl::dnd() return Fl::screen_driver()->dnd(); } -#if !defined(FL_DOXYGEN) // FIXME - silence Doxygen warnings - /** * Resets marked text. * @@ -1969,14 +1967,12 @@ void Fl::reset_marked_text() { /** Sets window coordinates and height of insertion point. - \todo Please explain what exactly this does and how to use it. + \see Fl::compose(int& del) for a detailed description. */ void Fl::insertion_point_location(int x, int y, int height) { Fl::screen_driver()->insertion_point_location(x, y, height); } -#endif // !defined(FL_DOXYGEN) // FIXME - silence Doxygen warnings - int Fl::event_key(int k) { return system_driver()->event_key(k); } |
