Searched refs:name_x (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h142 int name_x; member in struct:TwmWindow
H A Dwin_decorations.c357 * extend from the left side (after buttons) until name_x, which is
364 * to be name_x + name_width. Their placement is asymmetric with the
380 /* Starts from highlightxl, goes to name_x */
381 xwc.width = (tmp_win->name_x - tmp_win->highlightxl);
812 * This sets w->name_x (x offset for writing the name), w->highlightx[lr]
831 * Space available for the window title for calculating name_x.
862 tmp_win->name_x = Scr->TBInfo.titlex;
864 tmp_win->name_x += Scr->TitleShadowDepth + 2;
868 tmp_win->name_x = Scr->TBInfo.titlex + (titlew - tmp_win->name_width) / 2;
878 tmp_win->name_x
[all...]

Completed in 5 milliseconds