diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-04 15:59:29 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-04 15:59:29 +0000 |
| commit | 8d552439c716ae15e1f392ca88f3bdebf85ae607 (patch) | |
| tree | ee1fc316f147e6c104c3ce832d68e155beb6c8f1 /CHANGES | |
| parent | 3a0dd9fe2342f500e28cb896b1ff29993606e606 (diff) | |
New Fl_Widget::redraw_label() method to cleanly redraw the label of a
widget (this should eliminate the extra flicker some users have complained
about...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ CHANGES IN FLTK 1.1.0 - Documentation updates. + - Added a Fl_Widget::redraw_label() method which flags a + redraw of the appropriate area. This helps to + eliminate flicker when updating the value of a widget. - Fl_Wizard::value() now resets the mouse cursor to the window's default cursor. - Fl_File_Chooser::type() didn't enable/disable the new |
