mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
Pressing Enter in the file chooser when selecting a directory
will choose that directory if it is currently shown (STR #746) Added a fl_file_chooser_ok_label() function to set the "OK" button label for the fl_file_chooser() and fl_dir_chooser() functions. Added Fl_File_Chooser::ok_label() methods to set the "OK" button label. The fl_ask() function is now deprecated since it does not conform to the FLTK Human Interface Guidelines. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4188 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -2,6 +2,16 @@ CHANGES IN FLTK 1.1.7
|
||||
|
||||
- Documentation fixes (STR #648, STR #692, STR #730, STR
|
||||
#744, STR #745)
|
||||
- Pressing Enter in the file chooser when selecting a
|
||||
directory will choose that directory if it is currently
|
||||
shown (STR #746)
|
||||
- Added a fl_file_chooser_ok_label() function to set the
|
||||
"OK" button label for the fl_file_chooser() and
|
||||
fl_dir_chooser() functions.
|
||||
- Added Fl_File_Chooser::ok_label() methods to set the
|
||||
"OK" button label.
|
||||
- The fl_ask() function is now deprecated since it does
|
||||
not conform to the FLTK Human Interface Guidelines.
|
||||
- The Fl_File_Chooser window now properly resizes its
|
||||
controls (STR #766)
|
||||
- The Fl_Help_Dialog window now properly resizes its
|
||||
|
||||
Reference in New Issue
Block a user