[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Programmer's Reference
XmImFreeXIC
An input manager function that unregisters widgets for an XIC
Format
#include <Xm/XmIm.h>
void XmImFreeXIC
Widget
widgetXIC 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.
widgetSpecifies the ID of a widget used to identify the VendorShell and
XmDisplay that maintain the widget-XIC registry.
xicSpecifies the Input Context associated with the widget.
RELATED
XmImGetXIC
(3) and XmImSetXIC
(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]