logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmTabStackXYToWidget — A TabStack function that converts a pixel coordinate to the widget ID of the tab

Description

XmTabStackXYToWidget converts an X/Y pixel coordinate in the window if TabStack 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

Name

XmTabStackXYToWidget  —  A TabStack function that converts a pixel coordinate to the widget ID of the tab
       occupying that space "XmTabStackXYToWidget" "TabStack functions" "XmTabStackXYToWidget"

Return

       Returns the widget ID of the tab occurring in the cpecified coordinate.

Synopsis

       #include <Xm/TabStack.h>
       WidgetXmTabStackXYToWidget(
       Widgetwidget,
       intx,inty);

See Also