(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h

This commit is contained in:
truebrain
2011-12-15 22:22:55 +00:00
parent 16ccb8f246
commit 49e88dcbf0
111 changed files with 3165 additions and 1624 deletions

View File

@@ -18,17 +18,10 @@
#include "core/geometry_func.hpp"
#include "widgets/dropdown_type.h"
#include "widgets/date_widget.h"
#include "table/strings.h"
/** Widgets used by the date window */
enum SetDateWidgets {
SDW_DAY, ///< Dropdown for the day
SDW_MONTH, ///< Dropdown for the month
SDW_YEAR, ///< Dropdown for the year
SDW_SET_DATE, ///< Actually set the date
};
/** Window to select a date graphically by using dropdowns */
struct SetDateWindow : Window {
SetDateCallback *callback; ///< Callback to call when a date has been selected