Init (Custom Display)

Description

Use this callback to access the ViewContext object. From the ViewContext, you can get a handle to the top-level window from which you can create child windows.

Applies To

Custom Display Host

Syntax

// C++
void <custom_display_name>_Init( CRef& in_context )
{
   ...
}

<custom_display_name> is the name specified in the call to RegisterCustomDisplay , with any spaces removed.

Parameters

Parameter

Type

Description

in_context

CRef &

A reference to a ViewContext object.

See Also

Notify

Term (Custom Display)

Custom Display (View) Callbacks



Autodesk Softimage v7.5