![]() |
![]()
| ![]() |
![]()
NAMEXmImFreeXIC — An input manager function that unregisters widgets for an XIC SYNOPSIS#include <Xm/XmIm.h> void XmImFreeXIC( Widget widget, XIC xic); DESCRIPTIONXmImFreeXIC unregisters all widgets associated with the specified X Input Context (XIC). The specified widget must be associated with the specified xic. After unregistering the associated widgets, this call frees the xic. RELATEDXmImGetXIC(3) and XmImSetXIC(3).
|