* Perform complete initialization of the #Window with nested widgets, to allow use. * @param window_number Number of the new window. */
| 1821 | * @param window_number Number of the new window. |
| 1822 | */ |
| 1823 | void Window::InitNested(WindowNumber window_number) |
| 1824 | { |
| 1825 | this->CreateNestedTree(); |
| 1826 | this->FinishInitNested(window_number); |
| 1827 | } |
| 1828 | |
| 1829 | /** |
| 1830 | * Empty constructor, initialization has been moved to #InitNested() called from the constructor of the derived class. |
no test coverage detected