EditorSupplement::AddEditorPage
Defined in:
Adds an editor page instance to an editor window.
C4EditorSupplement.h
Prototype
void AddEditorPage(EditorPage *page);
Parameters
page |
The editor page to add to the editor window. |
Description
The AddEditorPage
function adds the editor page specified by the page
parameter to the set of pages available for an editor window. This function is normally called from within the EditorPlugin::InitializeEditorPlugin
function.
See Also