• Interface Manager
API Links
Table of Contents
Interface Manager
class Window
Developer Links
My Account
C4 Engine Wiki
Support Forums
Bug Tracker
Release Notes
API Documentation
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