An input manager function that obtains an XIC for a widget
Format
#include <Xm/XmIm.h> XIC XmImGetXIC Widget widgetXmInputPolicy input_policyArgList argsCardinal num_args
DESCRIPTION
XmImGetXIC creates and registers an X Input Context (XIC) with the specified arguments for widget. If XmINHERIT_POLICY is specified for input_policy, a new XIC will be created only if required to by the arguments or by the VendorShell input policy. Any existing XIC registered with widget is unregistered.
Refer to the VendorShell reference page for further details.
RETURN
Returns the created XIC. The application is responsible for freeing the returned XIC by calling XmImFreeXIC.
RELATED