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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmTabStackXYToWidget  --  A TabStack function that converts a pixel coordi-
     nate to the widget ID of the tab occupying that space

SYNOPSIS
     #include <Xm/TabStack.h>
     Widget XmTabStackXYToWidget(
     Widget widget,
     int    x,
     int    y);

DESCRIPTION
     XmTabStackXYToWidget converts an X/Y pixel coordinate in the window if Tab-
     Stack to the widget ID of the tab occupying that space.

     widget    Specifies the TabStack widget ID

     x	       Specifies X coordinate to convert

     y	       Specifies Y coordinate to convert

RETURN
     Returns the widget ID of the tab occuring in the cpecified coordinate.

RELATED
     XmTabStack(3).

							 XmTabStackXYToWidget(3)

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

home | help