| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_ops.c | 46 if(tmp_win->title_w) { 47 XSetWindowBorder(dpy, tmp_win->title_w, tmp_win->borderC.back); 59 if(tmp_win->title_w) { 60 XSetWindowBorderPixmap(dpy, tmp_win->title_w, tmp_win->gray); 111 Draw3DBorder(tmp_win->title_w, Scr->TBInfo.titlex, 0,
|
| H A D | twm_window_struct.h | 57 Window title_w; ///< The title bar Window member in struct:TwmWindow 95 /// X coord of window title relative to title_w. 98 /// Y coord of window title relative to title_w. 139 /// Position of window title text, relative to title_w. Starts from
|
| H A D | win_decorations.c | 264 if(tmp_win->title_w) { 273 XConfigureWindow(dpy, tmp_win->title_w, xwcm, &xwc); 501 if(tmp->title_w) { 505 XMoveWindow(dpy, tmp->title_w, tmp->title_x, tmp->title_y); 511 * title_height or'ed with the shape of title_w (which is always 521 if(tmp->title_w) { 525 tmp->title_w, ShapeBounding, 600 * This sets ->title_[xy], which are the (x,y) of the ->title_w relative 736 tbw->window = XCreateWindow(dpy, tmp_win->title_w, x, y, h, h, 775 XMapSubwindows(dpy, tmp_win->title_w); [all...] |
| H A D | add_window.c | 1594 tmp_win->title_w = XCreateWindow(dpy, tmp_win->frame, x, y, 1600 XStoreName(dpy, tmp_win->title_w, "CTWM titlebar"); 1604 tmp_win->title_w = None; 1648 if(tmp_win->title_w) { 1651 XMoveWindow(dpy, tmp_win->title_w, 1653 XDefineCursor(dpy, tmp_win->title_w, Scr->TitleCursor); 1684 if(tmp_win->title_w) { 1685 XMapWindow(dpy, tmp_win->title_w); 1791 SETCTXS(tmp_win->title_w); 2003 if(!tmp_win->title_w) { [all...] |
| H A D | functions_win.c | 538 !tmp_win->title_w || 635 XGetGeometry(dpy, tmp_win->title_w, &JunkRoot, &origDragX, &origDragY,
|
| H A D | mask_screen.c | 258 if(tmp_win->title_w) {
|
| H A D | iconmgr.c | 511 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0, 597 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
|
| H A D | win_utils.c | 1216 if(win->title_w) { 1217 XClearArea(dpy, win->title_w, 0, 0, 0, 0, True);
|
| H A D | event_handlers.c | 917 else if(Event.xany.window == Tmp_win->title_w) { 1615 else if(Event.xany.window == Tmp_win->title_w) { 1767 XDeleteContext(dpy, Tmp_win->title_w, TwmContext); 1768 XDeleteContext(dpy, Tmp_win->title_w, ScreenContext); 2787 else if(Event.xany.window == Tmp_win->title_w) { 2851 && (Event.xbutton.subwindow == Tmp_win->title_w)) {
|
| H A D | functions_win_moveresize.c | 1451 if(w == t->frame || w == t->title_w
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | add_window.c | 848 tmp_win->title_w = XCreateWindow(dpy, tmp_win->frame, 859 tmp_win->title_w = 0; 876 if (tmp_win->title_w) { 879 XMoveWindow(dpy, tmp_win->title_w, tmp_win->title_x, tmp_win->title_y); 880 XDefineCursor(dpy, tmp_win->title_w, Scr->TitleCursor); 893 if (tmp_win->title_w) { 894 XMapWindow(dpy, tmp_win->title_w); 944 XSaveContext(dpy, tmp_win->title_w, TwmContext, (XPointer) tmp_win); 945 XSaveContext(dpy, tmp_win->title_w, ScreenContext, (XPointer) Scr); 1073 if (tmp_win->title_w) [all...] |
| H A D | resize.c | 824 if (tmp_win->title_w) { 832 XConfigureWindow(dpy, tmp_win->title_w, (unsigned) xwcm, &xwc); 1009 if (tmp->title_w) { 1014 XMoveWindow(dpy, tmp->title_w, tmp->title_x, tmp->title_y); 1019 * title_height or'ed with the shape of title_w (which is always 1029 if (tmp->title_w) { 1033 tmp->title_w, ShapeBounding, ShapeUnion);
|
| H A D | events.c | 579 if (Event.xany.window == Tmp_win->title_w) 672 Event.xany.window == Tmp_win->title_w || 791 if (Tmp_win->title_w) 792 XClearArea(dpy, Tmp_win->title_w, 0, 0, 0, 0, True); 1081 if (Event.xany.window == Tmp_win->title_w) { 1085 MyFont_DrawString(dpy, Tmp_win->title_w, &Scr->TitleBarFont, 1208 XDeleteContext(dpy, Tmp_win->title_w, TwmContext); 1209 XDeleteContext(dpy, Tmp_win->title_w, ScreenContext); 1389 if (Tmp_win->title_w) 1390 XMapSubwindows(dpy, Tmp_win->title_w); [all...] |
| H A D | twm.h | 240 Window title_w; /* the title bar window */ member in struct:TwmWindow
|
| H A D | menus.c | 1101 if (w == t->frame || w == t->title_w || w == t->hilite_w || 2743 if (tmp->title_w) 2744 XSetWindowBorder(dpy, tmp->title_w, tmp->border); 2748 if (tmp->title_w) 2749 XSetWindowBorderPixmap(dpy, tmp->title_w, tmp->gray);
|
| H A D | iconmgr.c | 269 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
|