DOKK / manpages / debian 12 / libmotif-dev / XmImFreeXIC.3.en
XmImFreeXIC(3) Library Functions Manual XmImFreeXIC(3)

XmImFreeXIC — An input manager function that unregisters widgets for an XIC "XmImFreeXIC" "input manager functions" "XmImFreeXIC"

#include <Xm/XmIm.h>
void XmImFreeXIC(
Widget widget,
XIC xic);

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.

Specifies the ID of a widget used to identify the VendorShell and XmDisplay that maintain the widget-XIC registry.
Specifies the Input Context associated with the widget.

XmImGetXIC(3) and XmImSetXIC(3).