C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

Window::AddSubwindow

Defined in:  C4Widgets.h
Adds a subwindow to a window.
Prototype

void AddSubwindow(Window *window);

Parameters
window The window to add as a subwindow.
Description