OpenTTD Source
20241108-master-g80f628063a
|
Types related to the graph widgets. More...
Go to the source code of this file.
Enumerations | |
enum | PerformanceLeagueWidgets : WidgetID { WID_PLT_BACKGROUND } |
Widget of the PerformanceLeagueWindow class. More... | |
enum | ScriptLeagueWidgets : WidgetID { WID_SLT_CAPTION , WID_SLT_BACKGROUND } |
Widget of the ScriptLeagueWindow class. More... | |
Types related to the graph widgets.
Definition in file league_widget.h.
enum PerformanceLeagueWidgets : WidgetID |
Widget of the PerformanceLeagueWindow class.
Enumerator | |
---|---|
WID_PLT_BACKGROUND | Background of the window. |
Definition at line 14 of file league_widget.h.
enum ScriptLeagueWidgets : WidgetID |
Widget of the ScriptLeagueWindow class.
Enumerator | |
---|---|
WID_SLT_CAPTION | Caption of the window. |
WID_SLT_BACKGROUND | Background of the window. |
Definition at line 19 of file league_widget.h.