Searched refs:vspace (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Doccupation.h20 int hspace, vspace; /* space between workspaces */ member in struct:OccupyWindow
H A Dworkspace_structs.h59 int hspace, vspace; member in struct:WorkSpaceMgr
H A Ddrawing.c158 int hspace, vspace; local in function:PaintWsButton
189 vspace = ((bheight + strHei - font.descent) / 2);
235 XmbDrawString(dpy, w, font.font_set, Scr->NormalGC, hspace, vspace,
243 XmbDrawImageString(dpy, w, font.font_set, Scr->NormalGC, hspace, vspace,
248 XmbDrawImageString(dpy, w, font.font_set, Scr->NormalGC, hspace, vspace,
H A Doccupation.c607 const int vspace = occwin->vspace; local in function:CreateOccupyWindow
609 const int height = ((bheight + vspace) * lines) + bheight + (2 * vspace);
877 int hspace, vspace; local in function:ResizeOccupyWindow
893 vspace = occwin->vspace;
901 bheight = (newh - (lines + 2) * vspace) / (lines + 1);
916 j * (bheight + vspace) + (vspace /
[all...]
H A Dworkspace_manager.c260 const int vspace = Scr->workSpaceMgr.vspace; local in function:CreateWorkSpaceManagerWindow
330 bheight = (height - (lines * vspace)) / lines;
335 height = lines * (bheight + vspace);
375 height = lines * (bheight + vspace);
474 sizehints.base_height = lines * vspace;
478 sizehints.min_height = lines * (vspace + 2);
597 const int vspace = Scr->workSpaceMgr.vspace; local in function:ResizeWorkSpaceManager
601 const int bheight = (newh - (lines * vspace)) / line
[all...]
H A Dctwm_main.c1318 scr->workSpaceMgr.vspace = scr->WMgrVertButtonIndent;
1322 scr->workSpaceMgr.occupyWindow->vspace = scr->WMgrVertButtonIndent;
H A Dparse_be.c1286 Scr->workSpaceMgr.vspace = Scr->WMgrVertButtonIndent;
1287 Scr->workSpaceMgr.occupyWindow->vspace = Scr->WMgrVertButtonIndent;

Completed in 9 milliseconds