Mercurial > hg > openttd
comparison src/station_gui.h @ 8338:133b06cabee8 draft
(svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list.
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Thu, 17 Jan 2008 18:49:39 +0000 |
parents | ab53b3bf7100 |
children | 370ea805f591 |
comparison
equal
deleted
inserted
replaced
8337:94d8a0939021 | 8338:133b06cabee8 |
---|---|
22 SLW_NOCARGOWAITING = 13, ///< 'NO' button - list stations where no cargo is waiting | 22 SLW_NOCARGOWAITING = 13, ///< 'NO' button - list stations where no cargo is waiting |
23 SLW_CARGOALL = 14, ///< 'ALL' button - list all stations | 23 SLW_CARGOALL = 14, ///< 'ALL' button - list all stations |
24 SLW_PAN_RIGHT = 15, ///< Panel right of list of cargo types | 24 SLW_PAN_RIGHT = 15, ///< Panel right of list of cargo types |
25 | 25 |
26 SLW_SORTBY = 16, ///< 'Sort by' button - reverse sort direction | 26 SLW_SORTBY = 16, ///< 'Sort by' button - reverse sort direction |
27 SLW_SORTCRITERIA = 17, ///< Button - list of criteria | 27 SLW_SORTDROPBTN = 17, ///< Dropdown button |
28 SLW_SORTDROPBTN = 18, ///< Dropdown button | 28 SLW_PAN_SORT_RIGHT = 18, ///< Panel right of sorting options |
29 SLW_PAN_SORT_RIGHT = 19, ///< Panel right of sorting options | |
30 | 29 |
31 SLW_CARGOSTART = 20, ///< Widget numbers used for list of cargo types (not present in _player_stations_widgets) | 30 SLW_CARGOSTART = 19, ///< Widget numbers used for list of cargo types (not present in _player_stations_widgets) |
32 }; | 31 }; |
33 | 32 |
34 /** Enum for StationView, referring to _station_view_widgets and _station_view_expanded_widgets */ | 33 /** Enum for StationView, referring to _station_view_widgets and _station_view_expanded_widgets */ |
35 enum StationViewWidgets { | 34 enum StationViewWidgets { |
36 SVW_CLOSEBOX = 0, ///< Close 'X' button | 35 SVW_CLOSEBOX = 0, ///< Close 'X' button |