diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-10 19:39:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-10 19:39:49 +0000 |
| commit | 8b7b26b7bf7fb43fee1342c18fff49c3b753fd95 (patch) | |
| tree | 4021879fa717ef3419e594a276a5548d16e55ee5 /CHANGES | |
| parent | 77c3efad19f1fd47a26cfaec43d47667ec2661d9 (diff) | |
Take focus when the user presses a shortcut.
Call the callback when the user clicks or drags in a readonly input
field.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ CHANGES IN FLTK 1.1.1 + - Fl_Output now calls its callback when the user clicks + or drags in the widget. + - Shortcuts now cause buttons to take focus when visible + focus is enabled. - fl_filename_relative() didn't check that the path was absolute under WIN32. - fl_filename_relative() didn't check that the path was |
