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

XmImUnsetFocus — An input manager function that notifies an input method that a widget has lost input

Description

XmImUnsetFocus unsets a specified widget's focus, then notifies the  input  manager  that  the  specified
       widget has lost its input focus.

       Note  that  the  Text, TextField, and List widgets already call the XmImUnsetFocus internally. Therefore,
       further calls to the XmImUnsetFocus function for those widgets are unnecessary.

       widget    Specifies the ID of the widget registered with the input manager

Name

XmImUnsetFocus  —  An  input  manager function that notifies an input method that a widget has lost input
       focus "XmImUnsetFocus" "input manager functions" "XmImUnsetFocus"

Synopsis

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

See Also