Manual Page Result
0
Command: XmGetFocusWidget | Section: 3 | Source: Digital UNIX | File: XmGetFocusWidget.3X.gz
XmGetFocusWidget(3X) XmGetFocusWidget(3X)
NAME
XmGetFocusWidget - Returns the ID of the widget that has keyboard focus
SYNOPSIS
#include <Xm/Xm.h>
Widget XmGetFocusWidget (widget)
Widget widget;
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 hierar-
chy. Specifies a widget ID within a given hierarchy
RETURN VALUE
Returns the ID of the widget with keyboard focus. If no child of the
Shell has focus, the function returns NULL.
SEE ALSO
XmProcessTraversal(3X)
XmGetFocusWidget(3X)