OpenTTD Source 20250205-master-gfd85ab1e2c
|
Functions, definitions and such used only by the GUI. More...
Go to the source code of this file.
Enumerations | |
enum | StatusBarInvalidate : uint8_t { SBI_SAVELOAD_START , SBI_SAVELOAD_FINISH , SBI_SHOW_TICKER , SBI_SHOW_REMINDER , SBI_NEWS_DELETED , SBI_END } |
What of the statusbar must be invalidated? More... | |
Functions | |
bool | IsNewsTickerShown () |
Checks whether the news ticker is currently being used. | |
void | ShowStatusBar () |
Show our status bar. | |
Functions, definitions and such used only by the GUI.
Definition in file statusbar_gui.h.
enum StatusBarInvalidate : uint8_t |
What of the statusbar must be invalidated?
Definition at line 14 of file statusbar_gui.h.
bool IsNewsTickerShown | ( | ) |
Checks whether the news ticker is currently being used.
Definition at line 241 of file statusbar_gui.cpp.
References FindWindowById(), StatusBarWindow::TICKER_STOP, and WC_STATUS_BAR.
Referenced by ReadyForNextTickerItem().
void ShowStatusBar | ( | ) |
Show our status bar.
Definition at line 250 of file statusbar_gui.cpp.
Referenced by ShowVitalWindows().