Searched refs:leftx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations_init.c149 Scr->TBInfo.leftx = Scr->TBInfo.rightoff = Scr->FramePadding;
156 Scr->TBInfo.leftx += Scr->ButtonIndent;
162 * We didn't need to do that above because leftx is already relative
178 Scr->TBInfo.titlex = (Scr->TBInfo.leftx
H A Dwin_decorations.c665 int leftx, rightx, y; local in function:CreateWindowTitlebarButtons
685 leftx = y = Scr->TBInfo.leftx;
732 x = leftx;
733 leftx += boxwidth;
H A Dscreen.h351 int leftx; ///< start of left buttons member in struct:ScreenInfo::_TBInfo
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h121 int leftx; /* start of left buttons */ member in struct:ScreenInfo::__anon6078ff0d0308
H A Dadd_window.c1182 Scr->TBInfo.leftx = Scr->TBInfo.rightoff = Scr->FramePadding;
1184 Scr->TBInfo.leftx += Scr->ButtonIndent;
1185 Scr->TBInfo.titlex = (Scr->TBInfo.leftx +
1277 int leftx, rightx, y; local in function:CreateWindowTitlebarButtons
1292 leftx = y = Scr->TBInfo.leftx;
1328 x = leftx;
1329 leftx += boxwidth;
H A Dtwm.c466 Scr->TBInfo.leftx = 0;

Completed in 10 milliseconds