| /xsrc/external/mit/ctwm/dist/ |
| H A D | animate.c | 38 static void AnimateButton(TBWindow *tbw); 174 TBWindow *tbw; local in function:Animate 207 for(i = 0, tbw = t->titlebuttons; i < nb; i++, tbw++) { 208 if(tbw->image && tbw->image->next) { 209 AnimateButton(tbw); 241 AnimateButton(TBWindow *tbw) argument 246 image = tbw->image; 248 XChangeWindowAttributes(dpy, tbw [all...] |
| H A D | win_decorations.h | 21 void PaintTitleButton(TwmWindow *tmp_win, TBWindow *tbw);
|
| H A D | win_decorations.c | 719 TBWindow *tbw; local in function:CreateWindowTitlebarButtons 723 for(tb = Scr->TBInfo.head, tbw = tmp_win->titlebuttons; tb; 724 tb = tb->next, tbw++) { 736 tbw->window = XCreateWindow(dpy, tmp_win->title_w, x, y, h, h, 742 XStoreName(dpy, tbw->window, "TB button"); 757 tbw->image = GetImage(tb->name, tmp_win->title); 758 if(! tbw->image) { 759 tbw->image = GetImage(TBPM_QUESTION, tmp_win->title); 760 if(! tbw->image) { /* cannot happen (see util.c) */ 765 tbw 1285 TBWindow *tbw; local in function:PaintTitleButtons 1297 PaintTitleButton(TwmWindow * tmp_win,TBWindow * tbw) argument [all...] |
| H A D | functions_win_moveresize.c | 1463 TBWindow *tbw; local in function:belongs_to_twm_window 1465 for(tbw = t->titlebuttons ; nb > 0 ; tbw++, nb--) { 1466 if(tbw->window == w) {
|
| H A D | event_handlers.c | 1629 TBWindow *tbw; local in function:HandleExpose 1639 for(i = 0, tbw = Tmp_win->titlebuttons; i < nb; i++, tbw++) { 1640 if(w == tbw->window) { 1641 PaintTitleButton(Tmp_win, tbw); 1642 flush_expose(tbw->window); 2697 TBWindow *tbw; local in function:HandleButtonPress 2704 for(i = 0, tbw = Tmp_win->titlebuttons; i < nb; i++, tbw++) { 2705 if(Event.xany.window == tbw [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 1106 TBWindow *tbw; local in function:HandleExpose 1109 for (i = 0, tbw = Tmp_win->titlebuttons; i < nb; i++, tbw++) { 1110 if (w == tbw->window) { 1111 TitleButton *tb = tbw->info; 1767 TBWindow *tbw; local in function:HandleButtonPress 1770 for (i = 0, tbw = Tmp_win->titlebuttons; i < nb; i++, tbw++) { 1771 if (Event.xany.window == tbw->window) { 1772 if (tbw [all...] |
| H A D | add_window.c | 1313 TBWindow *tbw; local in function:CreateWindowTitlebarButtons 1318 for (tb = Scr->TBInfo.head, tbw = tmp_win->titlebuttons; tb; 1319 tb = tb->next, tbw++) { 1332 tbw->window = XCreateWindow(dpy, tmp_win->title_w, x, y, h, h, 1337 tbw->info = tb;
|
| H A D | menus.c | 1106 TBWindow *tbw; local in function:belongs_to_twm_window 1109 for (tbw = t->titlebuttons; nb > 0; tbw++, nb--) { 1110 if (tbw->window == w)
|