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

/xsrc/external/mit/ctwm/dist/
H A Ddrawing.c158 int hspace, vspace; local in function:PaintWsButton
191 hspace = (bwidth - strWid) / 2;
194 if(hspace < (Scr->WMgrButtonShadowDepth + 1)) {
195 hspace = Scr->WMgrButtonShadowDepth + 1;
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.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 Doccupation.c608 const int hspace = occwin->hspace; local in function:CreateOccupyWindow
662 bbwidth += hspace;
677 * layout is "hspace button hspace button [...] hspace", to pad
680 bb_width = 3 * (bbwidth + hspace) + hspace;
687 ws_width = columns * (bwidth + hspace) + hspace;
877 int hspace, vspace; local in function:ResizeOccupyWindow
[all...]
H A Dworkspace_manager.c261 const int hspace = Scr->workSpaceMgr.hspace; local in function:CreateWorkSpaceManagerWindow
327 bwidth = (width - (columns * hspace)) / columns;
334 width = columns * (bwidth + hspace);
374 width = columns * (bwidth + hspace);
473 sizehints.base_width = columns * hspace;
477 sizehints.min_width = columns * (hspace + 2);
596 const int hspace = Scr->workSpaceMgr.hspace; local in function:ResizeWorkSpaceManager
600 const int bwidth = (neww - (columns * hspace)) / column
[all...]
H A Dctwm_main.c1319 scr->workSpaceMgr.hspace = scr->WMgrHorizButtonIndent;
1323 scr->workSpaceMgr.occupyWindow->hspace = scr->WMgrHorizButtonIndent;
H A Dparse_be.c1297 Scr->workSpaceMgr.hspace = Scr->WMgrHorizButtonIndent;
1298 Scr->workSpaceMgr.occupyWindow->hspace = Scr->WMgrHorizButtonIndent;

Completed in 11 milliseconds