XmImFreeXIC (3) Linux Manual Page
XmImFreeXIC — An input manager function that unregisters widgets for an XIC
Synopsis
#include <Xm/XmIm.h>void XmImFreeXIC(Widget widget,XIC xic);
Description
XmImFreeXIC 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.
- widget
- Specifies the ID of a widget used to identify the
VendorShellandXmDisplaythat maintain the widget-XIC registry. - xic
- Specifies the Input Context associated with the widget.
Related
XmImGetXIC(3) and XmImSetXIC(3).
