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 |