OpenTTD Source  20241108-master-g80f628063a
league_widget.h File Reference

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...
 

Detailed Description

Types related to the graph widgets.

Definition in file league_widget.h.

Enumeration Type Documentation

◆ PerformanceLeagueWidgets

Widget of the PerformanceLeagueWindow class.

Enumerator
WID_PLT_BACKGROUND 

Background of the window.

Definition at line 14 of file league_widget.h.

◆ ScriptLeagueWidgets

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.