Searched defs:CvtToItem (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1List.c | 323 /* Function Name: CvtToItem 332 CvtToItem(w, xloc, yloc, item) function 388 CvtToItem(w, xloc, yloc, ul_ret); 391 CvtToItem(w, xloc, yloc, lr_ret); 744 if ( ((CvtToItem(w, event->xbutton.x, event->xbutton.y, &item)) 803 if ( (CvtToItem(w, event->xbutton.x, event->xbutton.y, &item))
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | List.c | 389 /* Function Name: CvtToItem 398 CvtToItem(w, xloc, yloc, item) function 455 CvtToItem(w, xloc, yloc, ul_ret); 458 CvtToItem(w, xloc, yloc, lr_ret); 881 if ( ((CvtToItem(w, event->xbutton.x, event->xbutton.y, &item)) 934 if ( (CvtToItem(w, event->xbutton.x, event->xbutton.y, &item))
|
Completed in 14 milliseconds