Change sorting function in order to add capability to sort both ways

This commit is contained in:
2019-03-12 19:26:31 +01:00
parent 3f198f870a
commit 72d5352b09
2 changed files with 17 additions and 2 deletions

View File

@@ -30,6 +30,11 @@
#include <glib.h>
#include "mapping-parser.h"
/**
* @brief Defines how to sort the layer selector list box.
*/
enum layer_selector_sort_algo {LAYER_SELECTOR_SORT_DOWN = 0, LAYER_SELECTOR_SORT_UP};
/**
* @brief Generate layer widgets in \p listbox
* @note This clears all previously inserted elements