logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XmGetFocusWidget — Returns the ID of the widget that has keyboard focus "XmGetFocusWidget" "traversal

Description

XmGetFocusWidget examines the hierarchy that contains the specified widget and  returns  the  ID  of  the
       widget  that  has  keyboard  focus. The function extracts the widget ID from the associated Shell widget;
       therefore, the specified widget can be located anywhere in the hierarchy.

       widget    Specifies a widget ID within a given hierarchy

Name

XmGetFocusWidget  —  Returns  the  ID of the widget that has keyboard focus "XmGetFocusWidget" "traversal
       functions" "XmGetFocusWidget"

Return

       Returns the ID of the widget with keyboard focus. If no child  of  the  Shell  has  focus,  the  function
       returns NULL.

Synopsis

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

See Also