manpagez: man pages & more
man XmGetFocusWidget(3)
Home | html | info | man
XmGetFocusWidget(library call)                  XmGetFocusWidget(library call)




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 extracts the widget  ID  from  the  associated  Shell  widget;
       therefore,  the specified widget can be located anywhere in the hierar-
       chy.

       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(library call)

openMotif 2.3.1 - Generated Sun Nov 30 16:18:39 CST 2008
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.