forked from mirror/OpenTTD
Feature: Option to group vehicle lists by shared orders
This applies to all kinds of vehicle lists, as well as the "vehicle groups" window.
This commit is contained in:
committed by
Patric Stout
parent
584df548f1
commit
e59c400ca6
@@ -13,6 +13,8 @@
|
||||
/** Widgets of the #VehicleGroupWindow class. */
|
||||
enum GroupListWidgets {
|
||||
WID_GL_CAPTION, ///< Caption of the window.
|
||||
WID_GL_GROUP_BY_ORDER, ///< Group order.
|
||||
WID_GL_GROUP_BY_DROPDOWN, ///< Group by dropdown list.
|
||||
WID_GL_SORT_BY_ORDER, ///< Sort order.
|
||||
WID_GL_SORT_BY_DROPDOWN, ///< Sort by dropdown list.
|
||||
WID_GL_LIST_VEHICLE, ///< List of the vehicles.
|
||||
|
@@ -61,6 +61,8 @@ enum VehicleDetailsWidgets {
|
||||
/** Widgets of the #VehicleListWindow class. */
|
||||
enum VehicleListWidgets {
|
||||
WID_VL_CAPTION, ///< Caption of window.
|
||||
WID_VL_GROUP_ORDER, ///< Group order.
|
||||
WID_VL_GROUP_BY_PULLDOWN, ///< Group by dropdown list.
|
||||
WID_VL_SORT_ORDER, ///< Sort order.
|
||||
WID_VL_SORT_BY_PULLDOWN, ///< Sort by dropdown list.
|
||||
WID_VL_LIST, ///< List of the vehicles.
|
||||
|
Reference in New Issue
Block a user