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

XmImUnregister — An input manager function that removes a widget from association with its input manager

Description

XmImUnregister removes the specified widget from the list of widgets registered for input  by  the  input
       manager.

       Note that the Text, TextField, and List widgets already call the XmImRegister internally. You should call
       the XmImUnregister function for these widgets before calling XmImRegister.

       widget    Specifies the ID of the widget to be unregistered

Name

XmImUnregister  — An input manager function that removes a widget from association with its input manager
       "XmImUnregister" "input manager functions" "XmImUnregister"

Synopsis

       #include <Xm/XmIm.h>
       voidXmImUnregister(
       Widgetwidget);

See Also