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

  /xsrc/external/mit/twm/dist/src/
icons.c 41 #define iconWidth(w) (Scr->IconBorderWidth * 2 + w->icon_w_width)
42 #define iconHeight(w) (Scr->IconBorderWidth * 2 + w->icon_w_height)
503 (unsigned) Scr->IconBorderWidth,
547 (2 * Scr->IconBorderWidth);
551 Scr->IconFont.height - 4 - (2 * Scr->IconBorderWidth);
screen.h 201 int IconBorderWidth; /* border width of icon windows */
events.c 1533 xl = Event.xbutton.x_root - DragX - Scr->IconBorderWidth;
1534 yt = Event.xbutton.y_root - DragY - Scr->IconBorderWidth;
1536 w = DragWidth + 2 * Scr->IconBorderWidth;
1537 h = DragHeight + 2 * Scr->IconBorderWidth;
parse.c 495 { "iconborderwidth", NKEYWORD, kwn_IconBorderWidth },
858 Scr->IconBorderWidth = num;
twm.c 733 Scr->IconBorderWidth = BW;
  /xsrc/external/mit/ctwm/dist/
screen.h 761 int IconBorderWidth; ///< IconBorderWidth config var
icons.c 582 icon->border_width = Scr->IconBorderWidth;
742 final_x = Scr->rootw - icon->w_width - (2 * Scr->IconBorderWidth);
756 Scr->IconFont.height - 6 - (2 * Scr->IconBorderWidth);
ctwm_main.c 1183 scr->IconBorderWidth = BW;
parse_be.c 297 { "iconborderwidth", NKEYWORD, kwn_IconBorderWidth },
1247 Scr->IconBorderWidth = num;

Completed in 13 milliseconds