HomeSort by: relevance | last modified time | path
    Searched refs:BorderWidth (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xman/dist/
tkfuncs.c 70 /* Function Name: BorderWidth
71 * Description: finds the BorderWidth of a widget.
73 * Returns: the BorderWidth of that widget.
77 BorderWidth(Widget w)
man.h 284 int BorderWidth(Widget);
handler.c 173 y_pos = OFF_OF_TOP - Height(w) / 2 - BorderWidth(w);
misc.c 1062 x_temp = x - left - Width(widget) / 2 + BorderWidth(widget);
1063 y_temp = y - above - Height(widget) / 2 + BorderWidth(widget);
  /xsrc/external/mit/twm/dist/sample-twmrc/
lemke.twmrc 8 BorderWidth 3
  /xsrc/external/mit/twm/dist/src/
screen.h 200 int BorderWidth; /* border width of twm windows */
iconmgr.c 83 x += Scr->MyDisplayWidth - p->width - (2 * Scr->BorderWidth);
86 y += Scr->MyDisplayHeight - p->height - (2 * Scr->BorderWidth);
parse.c 399 { "borderwidth", NKEYWORD, kwn_BorderWidth },
853 Scr->BorderWidth = num;
twm.c 732 Scr->BorderWidth = BW;
add_window.c 344 tmp_win->frame_bw = Scr->BorderWidth;
  /xsrc/external/mit/xterm/dist/
scrollbar.c 87 #define ScrollBarBorder(xw) (BorderWidth(xw) ? SCROLLBAR_BORDER(xw) : 0)
356 BorderWidth(screen->scrollWidget))
370 BorderWidth(screen->scrollWidget));
453 XtNx, screen->fullVwin.fullwidth - BorderWidth(screen->scrollWidget),
491 + BorderWidth(screen->scrollWidget));
496 BorderWidth(screen->scrollWidget)));
html.c 99 fprintf(fp, " border: %upx solid %s;\n", BorderWidth(xw),
svg.c 54 static Dimension bw = 0; /* borderWidth */
83 bw = BorderWidth(xw);
Tekproc.c 1513 - (int) width - (BorderWidth(SHELL_OF(xw)) * 2);
1517 - (int) height - (BorderWidth(SHELL_OF(xw)) * 2);
1629 BorderWidth(tw),
charproc.c 12342 TRACE(("... BorderWidth: widget %d parent %d shell %d\n",
12343 BorderWidth(xw),
12344 BorderWidth(XtParent(xw)),
12345 BorderWidth(SHELL_OF(xw))));
12350 - (BorderWidth(XtParent(xw)) * 2)));
12355 - (BorderWidth(XtParent(xw)) * 2)));
12364 + BorderWidth(screen->scrollWidget))
12448 xw->core.width, xw->core.height, BorderWidth(xw),
ptyx.h 3802 #define BorderWidth(w) ((w)->core.border_width)
fontutils.c 3845 BorderWidth(screen->scrollWidget))
  /xsrc/external/mit/ctwm/dist/
screen.h 755 int BorderWidth; ///< BorderWidth config var
ctwm_main.c 1182 scr->BorderWidth = BW;
iconmgr.c 119 (Scr->ThreeDBorderWidth ? Scr->ThreeDBorderWidth : Scr->BorderWidth);
parse_be.c 253 { "borderwidth", NKEYWORD, kwn_BorderWidth },
1241 Scr->BorderWidth = num;
add_window.c 515 * - Else, our BorderWidth is the [2d] border size.
538 tmp_win->frame_bw = Scr->BorderWidth;

Completed in 43 milliseconds