![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Public Member Functions | |
void | ncEditorMainFrame (void) |
virtual void | Spawned (void) |
Called when the widget has fully initialized. | |
virtual void | Reposition (void) |
Called whenever the physical properties of the display change. | |
void ncEditorMainFrame::ncEditorMainFrame | ( | void | ) |
|
virtual |
Called whenever the physical properties of the display change.
Reimplemented from vguiWidget.
|
virtual |
Called when the widget has fully initialized.
When you override this, you may call super::Spawned();
to ensure the parent classes get to finish initializing also.
Reimplemented from vguiWindow.