diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 22:59:45 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-29 22:59:45 +0000 |
| commit | 72b56edc2940e0279a551fa9182d5ffb16cc1953 (patch) | |
| tree | 224ee91888baf40fb040e8854d7105885f94ab27 /src/Fl_Input.cxx | |
| parent | e7f3ad8691e0d2ef1b9c589d0fe702774182541d (diff) | |
Tooltips, and more tooltips.
Fl_Browser_, Fl_Choice, and Fl_Input_ did not do the tooltip stuff.
Fix write_properties so it writes tooltips properly from FLUID.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1616 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index 6dea29917..5cc43f5e3 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Input.cxx,v 1.10.2.15.2.1 2001/08/02 16:17:04 easysw Exp $" +// "$Id: Fl_Input.cxx,v 1.10.2.15.2.2 2001/09/29 22:59:45 easysw Exp $" // // Input widget for the Fast Light Tool Kit (FLTK). // @@ -213,7 +213,6 @@ int Fl_Input::handle_key() { int Fl_Input::handle(int event) { switch (event) { - case FL_FOCUS: switch (Fl::event_key()) { case FL_Right: @@ -284,5 +283,5 @@ Fl_Input::Fl_Input(int x, int y, int w, int h, const char *l) } // -// End of "$Id: Fl_Input.cxx,v 1.10.2.15.2.1 2001/08/02 16:17:04 easysw Exp $". +// End of "$Id: Fl_Input.cxx,v 1.10.2.15.2.2 2001/09/29 22:59:45 easysw Exp $". // |
