diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 16:37:48 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 16:37:48 +0000 |
| commit | 45658d7c0fa768c50f5d7fa179013833f5503a76 (patch) | |
| tree | 28cc5b7cb3313bc3aa1c36a04ad861b6030b9f70 /CHANGES | |
| parent | efbe74758f28328ed734735cf0d5a631e7e28193 (diff) | |
Add fl_beep() function.
Don't allow non-int/float text to be pasted into an Fl_Int_Input or
Fl_Float_Input widget.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1690 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ CHANGES IN FLTK 1.1.0b6 - Documentation updates... - The configure script now works within the CygWin environment. + - Added new fl_beep() function to do audible + notifications of various types. + - Fl_Float_Input and Fl_Int_Input no longer accept + pasted text that is not a floating point or integer + value. - Implemented the Fl_File_Icon::load_png() method. - The Fl_File_Icon::load_system_icons() method now supports KDE 2.x icons. |
