Add Window method to change window class

Use in BuildRoadStationWindow
This commit is contained in:
Jonathan G Rennison
2023-06-05 18:05:17 +01:00
parent 6215e326fd
commit 665a4ca55b
3 changed files with 11 additions and 3 deletions

View File

@@ -362,6 +362,8 @@ public:
void CreateNestedTree(bool fill_nested = true);
void FinishInitNested(WindowNumber window_number = 0);
void ChangeWindowClass(WindowClass cls);
/**
* Set the timeout flag of the window and initiate the timer.
*/