NAME
DtGetParent - Get the parent window ID of the GameExport
window.
SYNOPSIS
#include <Dt.h>
int DtGetParent( Widget *widget )
DESCRIPTION
DtGetParent() returns the parent window ID of the host
environment. The DtExport application generates a widget,
GameExport provides the parent window widget, and Alias
provides the parent window widget.
A pointer to the widget is placed in the variable widget.
This ID can be used to create an export menu window for a
user defined export DSO.
DIAGNOSTICS
DtGetParent() returns one on success and zero on failure.
FILES
Link with -lDtOMio