Searched refs:title_w (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c46 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 Dtwm_window_struct.h57 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 Dwin_decorations.c264 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 Dadd_window.c1594 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 Dfunctions_win.c538 !tmp_win->title_w ||
635 XGetGeometry(dpy, tmp_win->title_w, &JunkRoot, &origDragX, &origDragY,
H A Dmask_screen.c258 if(tmp_win->title_w) {
H A Diconmgr.c511 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 Dwin_utils.c1216 if(win->title_w) {
1217 XClearArea(dpy, win->title_w, 0, 0, 0, 0, True);
H A Devent_handlers.c917 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 Dfunctions_win_moveresize.c1451 if(w == t->frame || w == t->title_w
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c848 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 Dresize.c824 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 Devents.c579 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 Dtwm.h240 Window title_w; /* the title bar window */ member in struct:TwmWindow
H A Dmenus.c1101 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 Diconmgr.c269 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,

Completed in 24 milliseconds