Searched refs:vspace (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | occupation.h | 20 int hspace, vspace; /* space between workspaces */ member in struct:OccupyWindow
|
| H A D | workspace_structs.h | 59 int hspace, vspace; member in struct:WorkSpaceMgr
|
| H A D | drawing.c | 158 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 D | occupation.c | 607 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 D | workspace_manager.c | 260 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 D | ctwm_main.c | 1318 scr->workSpaceMgr.vspace = scr->WMgrVertButtonIndent; 1322 scr->workSpaceMgr.occupyWindow->vspace = scr->WMgrVertButtonIndent;
|
| H A D | parse_be.c | 1286 Scr->workSpaceMgr.vspace = Scr->WMgrVertButtonIndent; 1287 Scr->workSpaceMgr.occupyWindow->vspace = Scr->WMgrVertButtonIndent;
|
Completed in 9 milliseconds