diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:08:52 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:08:52 +0000 |
commit | 0fc198cb00536ddf415b278d7afc554c22e2058b (patch) | |
tree | 51302f62cbb57a341394a1e27909e4c723aec0e5 /src/widgets | |
parent | b4ab43be5f2067e161939c87230a0d2ad9bdd952 (diff) | |
download | openttd-0fc198cb00536ddf415b278d7afc554c22e2058b.tar.xz |
(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/station_widget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h index e33565ea1..82fe392e3 100644 --- a/src/widgets/station_widget.h +++ b/src/widgets/station_widget.h @@ -15,6 +15,10 @@ /** Widgets of the #StationViewWindow class. */ enum StationViewWidgets { WID_SV_CAPTION, ///< Caption of the window. + WID_SV_SORT_ORDER, ///< 'Sort order' button + WID_SV_SORT_BY, ///< 'Sort by' button + WID_SV_GROUP, ///< label for "group by" + WID_SV_GROUP_BY, ///< 'Group by' button WID_SV_WAITING, ///< List of waiting cargo. WID_SV_SCROLLBAR, ///< Scrollbar. WID_SV_ACCEPT_RATING_LIST, ///< List of accepted cargoes / rating of cargoes. |