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

  /xsrc/external/mit/ctwm/dist/
parse_be.c 480 { "wmgrhorizbuttonindent", NKEYWORD, kwn_WMgrHorizButtonIndent },
1292 Scr->WMgrHorizButtonIndent = num;
1294 if(Scr->WMgrHorizButtonIndent < 0) {
1295 Scr->WMgrHorizButtonIndent = 0;
1297 Scr->workSpaceMgr.hspace = Scr->WMgrHorizButtonIndent;
1298 Scr->workSpaceMgr.occupyWindow->hspace = Scr->WMgrHorizButtonIndent;
screen.h 534 short WMgrHorizButtonIndent; ///< WMgrHorizButtonIndent config var
ctwm_main.c 1215 scr->WMgrHorizButtonIndent = 5;
1319 scr->workSpaceMgr.hspace = scr->WMgrHorizButtonIndent;
1323 scr->workSpaceMgr.occupyWindow->hspace = scr->WMgrHorizButtonIndent;

Completed in 50 milliseconds