XtWindowToWidget (3) Linux Manual Page
XtNameToWidget, XtWindowToWidget – translating strings to widgets or widgets to windows Syntax#include <X11/Intrinsic.h> Widget XtNameToWidget(Widget reference, const char *names); Widget XtWindowToWidget(Display *display, Window window);Argumentsdisplay Specifies the display on which the window is defined. names Specifies the fully qualified name of the desired widget. reference Specifies the widget from which the search is to start. window…
