logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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 VendorShell and XmDisplay that maintain the
                 widget-XIC registry.

       xic       Specifies the Input Context associated with the widget.

Name

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

Synopsis

       #include <Xm/XmIm.h>
       voidXmImFreeXIC(
       Widgetwidget,
       XICxic);

See Also