Searched refs:TBInfo (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations_init.c49 Scr->TBInfo.width = (Scr->TitleHeight -
52 Scr->TBInfo.pad = ((Scr->TitlePadding > 1)
55 Scr->TBInfo.pad = ((Scr->TitlePadding > 1)
57 h = Scr->TBInfo.width - 2 * Scr->TBInfo.border;
92 for(tb = Scr->TBInfo.head; tb; tb = tb->next) {
146 int buttonwidth = (Scr->TBInfo.width + Scr->TBInfo.pad);
149 Scr->TBInfo.leftx = Scr->TBInfo
[all...]
H A Dimage_bitmap_builtin.c95 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2;
131 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2;
213 return (CreateMenuIcon(Scr->TBInfo.width - Scr->TBInfo.border * 2, widthp,
219 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2;
330 h = Scr->TBInfo.width - Scr->TBInfo
[all...]
H A Dwin_decorations.c215 title_width = tmp_win->rightx + Scr->TBInfo.rightoff;
416 if(Scr->TBInfo.nright > 0) {
685 leftx = y = Scr->TBInfo.leftx;
705 nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
720 int boxwidth = (Scr->TBInfo.width + Scr->TBInfo.pad);
721 unsigned int h = (Scr->TBInfo.width - Scr->TBInfo.border * 2);
723 for(tb = Scr->TBInfo
[all...]
H A Dwin_ops.c111 Draw3DBorder(tmp_win->title_w, Scr->TBInfo.titlex, 0,
112 tmp_win->title_width - Scr->TBInfo.titlex -
113 Scr->TBInfo.rightoff - Scr->TitlePadding,
H A Danimate.c206 nb = scr->TBInfo.nleft + scr->TBInfo.nright;
H A Dscreen.h355 } TBInfo; ///< \copydoc ScreenInfo::_TBInfo member in struct:ScreenInfo
764 /// padding. \todo Maybe this should be in ScreenInfo.TBInfo above?
H A Dctwm_main.c726 SETDEF(TBInfo.border, 0);
732 SETDEF(TBInfo.border, 1);
1177 scr->TBInfo.border = -100;
H A Devent_handlers.c1631 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1765 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
2542 int h = Scr->TBInfo.width - Scr->TBInfo.border;
2575 int h = Scr->TBInfo.width - Scr->TBInfo.border;
2699 int nb = Scr->TBInfo.nleft + Scr->TBInfo
[all...]
H A Dfunctions_win_moveresize.c1464 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Dadd_window.c1789 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Diconmgr.c509 int tbx = Scr->TBInfo.titlex;
H A Dparse_be.c1253 Scr->TBInfo.border = num;
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c942 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1168 (unsigned int) Scr->TBInfo.width, (unsigned int) h,
1180 int buttonwidth = (Scr->TBInfo.width + Scr->TBInfo.pad);
1182 Scr->TBInfo.leftx = Scr->TBInfo.rightoff = Scr->FramePadding;
1183 if (Scr->TBInfo.nleft > 0)
1184 Scr->TBInfo.leftx += Scr->ButtonIndent;
1185 Scr->TBInfo
[all...]
H A Dutil.c835 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2;
875 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2;
934 int h = Scr->TBInfo.width - Scr->TBInfo.border * 2;
986 return CreateMenuIcon(Scr->TBInfo.width - Scr->TBInfo.border * 2,
H A Dtwm.c462 Scr->TBInfo.nleft = Scr->TBInfo.nright = 0;
463 Scr->TBInfo.head = NULL;
464 Scr->TBInfo.border = 1;
465 Scr->TBInfo.width = 0;
466 Scr->TBInfo.leftx = 0;
467 Scr->TBInfo.titlex = 0;
H A Dmenus.c234 Scr->TBInfo.nright++;
237 Scr->TBInfo.nleft++;
250 if ((!Scr->TBInfo.head) || ((!append) && (!rightside))) { /* 1 */
251 tb->next = Scr->TBInfo.head;
252 Scr->TBInfo.head = tb;
258 for (t = Scr->TBInfo.head; t->next; t = t->next);
265 for (t = Scr->TBInfo.head; t && !t->rightside; t = t->next) {
273 tb->next = Scr->TBInfo.head;
274 Scr->TBInfo.head = tb;
295 Scr->TBInfo
[all...]
H A Dscreen.h124 } TBInfo; member in struct:ScreenInfo
H A Devents.c1086 Scr->NormalGC, Scr->TBInfo.titlex,
1107 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1206 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
1688 int h = Scr->TBInfo.width - Scr->TBInfo.border;
1768 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
H A Dresize.c805 title_width = tmp_win->rightx + Scr->TBInfo.rightoff;
867 if (Scr->TBInfo.nright > 0)
H A Diconmgr.c266 int tbx = Scr->TBInfo.titlex;
H A Dparse.c868 Scr->TBInfo.border = num;

Completed in 35 milliseconds