Searched refs:BoxWidget (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | Box.h | 100 typedef struct _BoxRec *BoxWidget; typedef in typeref:struct:_BoxRec *
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Box.c | 79 static void DoLayout(BoxWidget, unsigned int, unsigned int, 81 static Bool TryNewLayout(BoxWidget); 202 DoLayout(BoxWidget bbw, unsigned int width, unsigned int height, 337 BoxWidget w = (BoxWidget)widget; 433 DoLayout((BoxWidget)w, XtWidth(w), XtHeight(w), &tmp, &tmp, True); 444 TryNewLayout(BoxWidget bbw) 537 BoxWidget bbw; 561 bbw = (BoxWidget) w->core.parent; 585 (void)TryNewLayout((BoxWidget) [all...] |
Completed in 3 milliseconds