mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Fix "\todo Add a flag to ignore case" from Fl_Browser_.cxx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user