Codechange: document some virtual functions

This commit is contained in:
Rubidium
2026-02-06 21:38:49 +01:00
committed by rubidium42
parent 59d9619fc1
commit 4d4e37dbf1
7 changed files with 41 additions and 4 deletions
+1
View File
@@ -1101,6 +1101,7 @@ void Window::CloseChildWindowById(WindowClass wc, WindowNumber number) const
/**
* Hide the window and all its child windows, and mark them for a later deletion.
* @param data Window specific data to be passed through the window close functions.
*/
void Window::Close([[maybe_unused]] int data)
{