(svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window.

This commit is contained in:
alberth
2009-10-24 13:49:04 +00:00
parent 51936e1903
commit ab559623d6
2 changed files with 125 additions and 114 deletions

View File

@@ -37,6 +37,8 @@ enum VehicleViewWindowWidgets {
VVW_WIDGET_SHOW_DETAILS,
VVW_WIDGET_CLONE_VEH,
VVW_WIDGET_EMPTY_BOTTOM_RIGHT,
VVW_WIDGET_SELECT_DEPOT_CLONE, ///< Selection widget between 'goto depot', and 'clone vehicle' buttons.
VVW_WIDGET_SELECT_REFIT_TURN, ///< Selection widget between 'refit' and 'turn around' buttons.
VVW_WIDGET_RESIZE,
VVW_WIDGET_TURN_AROUND,
VVW_WIDGET_FORCE_PROCEED,