OpenTTD Source
20241108-master-g80f628063a
|
Types related to the statusbar widgets. More...
Go to the source code of this file.
Enumerations | |
enum | StatusbarWidgets : WidgetID { WID_S_LEFT , WID_S_MIDDLE , WID_S_RIGHT } |
Widgets of the StatusBarWindow class. More... | |
Types related to the statusbar widgets.
Definition in file statusbar_widget.h.
enum StatusbarWidgets : WidgetID |
Widgets of the StatusBarWindow class.
Enumerator | |
---|---|
WID_S_LEFT | Left part of the statusbar; date is shown there. |
WID_S_MIDDLE | Middle part; current news or company name or *** SAVING *** or *** PAUSED ***. |
WID_S_RIGHT | Right part; bank balance. |
Definition at line 14 of file statusbar_widget.h.