![]() |
![]()
| ![]() |
![]()
NAMEXmImSetXIC — An input manager function that registers an existing XIC with a widget SYNOPSIS#include <Xm/XmIm.h> XIC XmImSetXIC( Widget widget, XIC xic); DESCRIPTIONXmImSetXIC registers the specified X Input Context (XIC) with widget. Any existing XIC registered for widget is unregistered. The new XIC registered for widget is returned. If xic was not created by XmImGetXIC or XmImRegister, it will not be subject to closing activities when it has no widgets registered with it. RETURNReturns the new XIC registered for widget. The application is responsible for freeing the returned XIC. To free the XIC, call XmImFreeXIC. RELATEDXmImGetXIC(3) and XmImFreeXIC(3).
|