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

  /xsrc/external/mit/ctwm/dist/
win_decorations_init.c 49 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.rightoff = Scr->FramePadding
    [all...]
image_bitmap_builtin.c 95 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.border * 2
    [all...]
win_decorations.c 215 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.head, tbw = tmp_win->titlebuttons; tb
    [all...]
win_ops.c 111 Draw3DBorder(tmp_win->title_w, Scr->TBInfo.titlex, 0,
112 tmp_win->title_width - Scr->TBInfo.titlex -
113 Scr->TBInfo.rightoff - Scr->TitlePadding,
animate.c 206 nb = scr->TBInfo.nleft + scr->TBInfo.nright;
screen.h 355 } TBInfo; ///< \copydoc ScreenInfo::_TBInfo
764 /// padding. \todo Maybe this should be in ScreenInfo.TBInfo above?
ctwm_main.c 726 SETDEF(TBInfo.border, 0);
732 SETDEF(TBInfo.border, 1);
1177 scr->TBInfo.border = -100;
event_handlers.c 1631 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.nright
    [all...]
functions_win_moveresize.c 1464 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
add_window.c 1789 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;
iconmgr.c 509 int tbx = Scr->TBInfo.titlex;
parse_be.c 1253 Scr->TBInfo.border = num;
  /xsrc/external/mit/twm/dist/src/
add_window.c 942 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.titlex = (Scr->TBInfo.leftx
    [all...]
util.c 835 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,
twm.c 462 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;
menus.c 234 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.width = (Scr->TitleHeight
    [all...]
screen.h 124 } TBInfo;
events.c 1086 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;
resize.c 805 title_width = tmp_win->rightx + Scr->TBInfo.rightoff;
867 if (Scr->TBInfo.nright > 0)
iconmgr.c 266 int tbx = Scr->TBInfo.titlex;
parse.c 868 Scr->TBInfo.border = num;

Completed in 22 milliseconds