]]>
]]>
DtTermInitialize
library call
DtTermInitialize
prevent accelerators from being installed on a DtTerm widget
#include <Dt/Term.h>
void DtTermInitialize
DESCRIPTION
The
DtTermInitialize function prevents the
widget from installing accelerators on DtTerm widgets.
It enables DtTerm widgets to receive
certain key events, such as Return and Escape, normally not passed by Motif to
widgets.
RETURN VALUES
The
DtTermInitialize function returns no value.
APPLICATION USAGE
The application must call
DtTermInitialize before initializing the Xt Toolkit with
XtAppInitialize(3).
SEE ALSO
&cdeman.Dt.Term.h;, &cdeman.DtTerm;, XtAppInitialize(3). ]]>XmPrimitive, XmBulletinBoard in the &str-ZM;;
XtAppInitialize(3) in the &str-Zt;.
]]>