Home
last modified time | relevance | path

Searched refs:html_w (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/book/
H A Dwork_window.c27 Widget html_w; in infoHandler() local
38 html_w = XtParent(work_window); in infoHandler()
41 info = XmHTMLXYToInfo(html_w, event->x, event->y); in infoHandler()
/dports/math/oleo/oleo-1.99.16/src/
H A Dio-motif.h51 Widget pfsd_w, fsd_w, hd_w, html_w, gs_w; member
102 #define Html Global->MotifGlobal->html_w
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/contrib/
H A Dexample_5.c2520 Widget html_w; in infoCB() local
2528 html_w = XtParent(parent); in infoCB()
2530 if(html_w == NULL || !XmIsHTML(html_w)) in infoCB()
2533 html_w == NULL ? "NULL" : "Invalid", XtName(parent)); in infoCB()
2538 info = XmHTMLXYToInfo(html_w, event->x, event->y); in infoCB()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/examples/
H A Dexample_2.c3984 Widget html_w; in infoCB() local
3992 html_w = XtParent(parent); in infoCB()
3994 Debug(("In infoCB for Widget %s\n", XtName(html_w))); in infoCB()
3996 if(html_w == NULL || !XmIsHTML(html_w)) in infoCB()
3999 html_w == NULL ? "NULL" : "Invalid", XtName(parent)); in infoCB()
4004 info = XmHTMLXYToInfo(html_w, event->x, event->y); in infoCB()
4012 (int)event->x - html_w->core.x, (int)event->y - html_w->core.y)); in infoCB()