Fix "\todo Add a flag to ignore case" from Fl_Browser_.cxx

This commit is contained in:
ManoloFLTK
2023-02-06 15:26:53 +01:00
parent 587687629e
commit dc51880e28
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@
#define FL_SORT_ASCENDING 0 /**< sort browser items in ascending alphabetic order. */
#define FL_SORT_DESCENDING 1 /**< sort in descending order */
#define FL_SORT_CASEINSENSITIVE 0x2 /**< sort case insensitively */
/**
This is the base class for browsers. To be useful it must be