-
Notifications
You must be signed in to change notification settings - Fork 61
Description
First of all, I apologize if it is not the way this message might find you. Suddenly this repository became too asceptic to accept messages between users, so, sorry again.
I am trying to make a 'file' listing (like the one of your example) that have folders and files, but they never get sorted the way I want. Using a sorter of mine, I could be able to filter 'folders first' and then files, but they still are not alphabetically sorted. After tweaking with GtkFileDialog internal settings, I noticed it started to have exactly the behavior I want: folders first than files and both ordered alphabetically, but I can't find how this is done in the GtkFileDialog code. Could you give me some tips so I can do it? Thank you very much for your attention.