diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-03 05:11:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-03 05:11:34 +0000 |
| commit | d3acd6c475de7fb811c4bde93ca735e3526ad82f (patch) | |
| tree | 53f8efcb6ca30eaa0d0528460446e230510cbf26 /CHANGES | |
| parent | 7495dff2470310aa7824c6982df9622a975a8f38 (diff) | |
Add Fl::visible_focus() method.
Add optional "draw_symbols" argument to fl_draw and fl_measure functions.
Fl_Repeat_Button didn't handle keyboard focus properly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1678 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ CHANGES IN FLTK 1.1.0 contains a number. - The Fl_Browser::make_visible() method now range checks the input. + - Updated the fl_draw() and fl_measure() methods to + accept an optional draw_symbols argument, which + controls whether symbols are drawn in the text. + - Added new Fl::visible_focus() methods to control + whether the focus box is drawn. + - The focus box is now drawn using the contrast color. + - Fl_Repeat_Button didn't accept keyboard focus. CHANGES IN FLTK 1.1.0b5 |
