summaryrefslogtreecommitdiff
path: root/src/widgets/timetable_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/timetable_widget.h')
-rw-r--r--src/widgets/timetable_widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/timetable_widget.h b/src/widgets/timetable_widget.h
index 09beb6167..cce1533c4 100644
--- a/src/widgets/timetable_widget.h
+++ b/src/widgets/timetable_widget.h
@@ -31,6 +31,9 @@ enum VehicleTimetableWidgets {
WID_VT_EXPECTED_SELECTION, ///< Disable/hide the expected selection button.
WID_VT_CHANGE_SPEED, ///< Change speed limit button.
WID_VT_CLEAR_SPEED, ///< Clear speed limit button.
+ WID_VT_TTSEP_MODE_DROPDOWN, ///< Select separation mode dropdown
+ WID_VT_TTSEP_SET_PARAMETER, ///< Set the separation parameter (time / number)
+ WID_VT_TTSEP_PANEL_TEXT ///< Panel area for separation info text
};
#endif /* WIDGETS_TIMETABLE_WIDGET_H */