Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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