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

/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations_init.c149 Scr->TBInfo.leftx = Scr->TBInfo.rightoff = Scr->FramePadding;
164 * "move over this much further"), whereas rightoff is relative to
169 Scr->TBInfo.rightoff += (Scr->ButtonIndent
H A Dwin_decorations.c215 title_width = tmp_win->rightx + Scr->TBInfo.rightoff;
817 * The 'squeeze' argument controls whether rightoff should be corrected
834 const int titlew = width - Scr->TBInfo.titlex - Scr->TBInfo.rightoff;
937 * rightoff tells us how much space we need on the right for the
948 tmp_win->rightx = width - Scr->TBInfo.rightoff;
1198 - Scr->TBInfo.rightoff - Scr->TitlePadding;
1237 Scr->TBInfo.rightoff - Scr->TitlePadding -
H A Dscreen.h353 int rightoff; ///< offset back from right edge member in struct:ScreenInfo::_TBInfo
H A Dwin_ops.c113 Scr->TBInfo.rightoff - Scr->TitlePadding,
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h123 int rightoff; /* offset back from right edge */ member in struct:ScreenInfo::__anon6078ff0d0308
H A Dadd_window.c1182 Scr->TBInfo.leftx = Scr->TBInfo.rightoff = Scr->FramePadding;
1189 Scr->TBInfo.rightoff += (Scr->ButtonIndent +
1201 tmp_win->rightx = width - Scr->TBInfo.rightoff;
H A Dresize.c805 title_width = tmp_win->rightx + Scr->TBInfo.rightoff;

Completed in 11 milliseconds