Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmGetFocusWidget(3)	    Library Functions Manual	     XmGetFocusWidget(3)

NAME
     XmGetFocusWidget -- Returns the ID of the widget that has keyboard focus

SYNOPSIS
     #include <Xm/Xm.h>
     Widget XmGetFocusWidget(
     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  ex-
     tracts the widget ID from the associated Shell widget; therefore, the spec-
     ified widget can be located anywhere in the hierarchy.

     widget    Specifies a widget ID within a given hierarchy

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

RELATED
     XmProcessTraversal(3).

							     XmGetFocusWidget(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmGetFocusWidget&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help