Searched refs:xaw (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Pixmap.c | 396 bcmp_x_cache(register _Xconst void *pixmap, register _Xconst void *xaw) argument 398 return (int)((long)pixmap - (long)((*(XawPixmap **)xaw)->pixmap)); 433 _XawFindCache(XawCache *xaw, argument 438 if (!xaw->num_elems) 442 cache = (XawCache **)bsearch(screen, xaw->elems, 443 xaw->num_elems, sizeof(XtPointer), 470 _XawGetCache(XawCache *xaw, Screen *screen, Colormap colormap, int depth) argument 474 cache = _XawFindCache(xaw, screen, colormap, depth, FIND_ALL); 479 XawCache *s_cache = _XawFindCache(xaw, 484 if (!xaw [all...] |
| H A D | SimpleMenu.c | 1614 SimpleMenuWidget xaw = (SimpleMenuWidget)w; local in function:CalculateNewSize 1624 hadd = (short)(xaw->simple_menu.left_margin + xaw->simple_menu.right_margin); 1628 vadd = (short)(xaw->simple_menu.top_margin + xaw->simple_menu.bottom_margin); 1629 if (xaw->simple_menu.label) 1630 vadd = (short)(vadd + XtHeight(xaw->simple_menu.label)); 1644 for (i = xaw->simple_menu.label ? 1 : 0; 1645 i < xaw->composite.num_children; 1647 kid = xaw [all...] |
| H A D | Simple.c | 471 SimpleWidget xaw = (SimpleWidget)w; local in function:XawSimpleExpose 473 if (xaw->simple.display_list) 474 XawRunDisplayList(w, xaw->simple.display_list, event, region);
|
| H A D | Box.c | 669 BoxWidget xaw = (BoxWidget)w; local in function:XawBoxExpose 671 if (xaw->box.display_list) 672 XawRunDisplayList(w, xaw->box.display_list, event, region);
|
| H A D | Command.c | 315 CommandWidget xaw = (CommandWidget)w; local in function:XawCommandToggle 321 xaw->label.foreground); ++num_args; 323 xaw->core.background_pixel); ++num_args;
|
| H A D | TextSink.c | 426 TextWidget xaw = (TextWidget)XtParent(w); local in function:ClearToBackground 429 x1 = (Position) (XawMax(x, xaw->text.r_margin.left)); 430 y1 = (Position) (XawMax(y, xaw->text.r_margin.top)); 431 x2 = (Position) (XawMin(x + (int)width, (int)XtWidth(xaw) - xaw->text.r_margin.right)); 432 y2 = (Position) (XawMin(y + (int)height, (int)XtHeight(xaw) - xaw->text.r_margin.bottom));
|
| H A D | Form.c | 318 FormWidget xaw = (FormWidget)w; local in function:XawFormRedisplay 320 if (xaw->form.display_list) 321 XawRunDisplayList(w, xaw->form.display_list, event, region);
|
| /xsrc/external/mit/xterm/dist/package/freebsd/ |
| H A D | Makefile | 82 XAW_USE= XORG=xaw 93 USE_XORG+= xaw
|
Completed in 10 milliseconds