| 918 | /* --- Tram button menu --- */ |
| 919 | |
| 920 | static CallBackFunction ToolbarBuildTramClick(Window *w) |
| 921 | { |
| 922 | ShowDropDownList(w, GetRoadTypeDropDownList(RTTB_TRAM), _last_built_tramtype, WID_TN_TRAMS, 140, GetToolbarDropDownOptions()); |
| 923 | return CBF_NONE; |
| 924 | } |
| 925 | |
| 926 | /** |
| 927 | * Handle click on the entry in the Build Tram menu. |
nothing calls this directly
no test coverage detected