mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
#856: FLUID: improved Declaration dialog
Also makes enum comment in Fl_File_Chooser.fl manageable. Not backward compatible: don't try to recreate the File Chooser with older FLUID versions.
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
class FL_EXPORT Fl_File_Chooser {
|
||||
public:
|
||||
/**
|
||||
\enum Type
|
||||
Determines the type of file chooser presented to the user.
|
||||
\enum Type
|
||||
Determines the type of file chooser presented to the user.
|
||||
*/
|
||||
enum Type {
|
||||
SINGLE = 0, ///< Select a single, existing file.
|
||||
|
||||
Reference in New Issue
Block a user