Add: Filter box to the save and load windows (#6974)

Save and heightmap names can be filtered.
This commit is contained in:
damfr
2018-11-25 20:54:25 +01:00
committed by Michael Lutz
parent af4a21bd82
commit 868c6f924a
4 changed files with 127 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ enum SaveLoadWidgets {
WID_SL_CAPTION, ///< Caption of the window.
WID_SL_SORT_BYNAME, ///< Sort by name button.
WID_SL_SORT_BYDATE, ///< Sort by date button.
WID_SL_FILTER, ///< Filter list of files
WID_SL_BACKGROUND, ///< Background of window.
WID_SL_FILE_BACKGROUND, ///< Background of file selection.
WID_SL_HOME_BUTTON, ///< Home button.