#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:
Matthias Melcher
2023-12-05 17:54:01 +01:00
parent cb0930190a
commit 7a69c22bd7
6 changed files with 106 additions and 53 deletions
+2 -2
View File
@@ -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.