From 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 15 Feb 2025 14:29:16 +1300 Subject: Reorganising Fl / FLTK, improving enum docs --- doc/fl_file_chooser.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/fl_file_chooser.html') diff --git a/doc/fl_file_chooser.html b/doc/fl_file_chooser.html index 24bd6d8..f186ca4 100644 --- a/doc/fl_file_chooser.html +++ b/doc/fl_file_chooser.html @@ -45,7 +45,11 @@ See Fl_Ask for related symbols that are not members of the Fl_File_Chooser class - enum {SINGLE=0, MULTI=1, CREATE=2, DIRECTORY=4} + enum {
+ SINGLE = 0,
+ MULTI = 1,
+ CREATE = 2,
+ DIRECTORY = 4 } Chooser_Kind -- cgit