Lines Matching defs:shell

1361 awt_wm_removeSizeHints(Widget shell, long mask)
1363 Display *dpy = XtDisplay(shell);
1364 Window shell_win = XtWindow(shell);
1418 Display *dpy = XtDisplay(wdata->winData.shell);
1419 Window shell_win = XtWindow(wdata->winData.shell);
1463 Window shell_win = XtWindow(wdata->winData.shell);
1544 XtVaSetValues(wdata->winData.shell,
1552 * Under some window managers if shell is already mapped, we MUST
1556 * N.B. This unmapping / remapping of the shell exposes a bug in
1585 * Set decoration hints on the shell to wdata->decor adjusted
1594 wdata->winData.shell, XtWindow(wdata->winData.shell),
1617 Display *dpy = XtDisplay(wdata->winData.shell);
1618 Window shell_win = XtWindow(wdata->winData.shell);
1630 * Make specified shell resizable.
1636 wdata->winData.shell, XtWindow(wdata->winData.shell));
1638 XtVaSetValues(wdata->winData.shell,
1647 awt_wm_removeSizeHints(wdata->winData.shell, PMinSize|PMaxSize);
1655 * Make specified shell non-resizable.
1664 wdata->winData.shell, XtWindow(wdata->winData.shell),
1670 XtVaSetValues(wdata->winData.shell,
1983 Window shell_win = XtWindow(wdata->winData.shell);
1987 wdata->winData.shell, shell_win);
2037 Window shell_win = XtWindow(wdata->winData.shell);
2062 Widget shell = wdata->winData.shell;
2063 char *name = XGetAtomName(XtDisplay(shell), e->atom);
2065 shell, XtWindow(shell),
2106 Widget shell = wdata->winData.shell;
2107 Window shell_win = XtWindow(shell);
2148 req.window = XtWindow(shell);
2153 XSendEvent(XtDisplay(shell), RootWindowOfScreen(XtScreen(shell)), False,
2166 Widget shell = wdata->winData.shell;
2182 req.window = XtWindow(shell);
2188 XSendEvent(XtDisplay(shell), RootWindowOfScreen(XtScreen(shell)), False,
2202 Widget shell = wdata->winData.shell;
2203 Window shell_win = XtWindow(shell);
2204 Display *dpy = XtDisplay(shell);
2348 Display *dpy = XtDisplay(wdata->winData.shell);
2349 Window shell_win = XtWindow(wdata->winData.shell);
2412 Widget shell = wdata->winData.shell;
2413 Window shell_win = XtWindow(shell);
2431 req.window = XtWindow(shell);
2438 XSendEvent(XtDisplay(shell), RootWindowOfScreen(XtScreen(shell)), False,
2450 Widget shell = wdata->winData.shell;
2452 Display *dpy = XtDisplay(shell);
2458 req.window = XtWindow(shell);
2465 XSendEvent(XtDisplay(shell), RootWindowOfScreen(XtScreen(shell)), False,
2479 Widget shell = wdata->winData.shell;
2480 Window shell_win = XtWindow(shell);
2481 Display *dpy = XtDisplay(shell);
2562 Display *dpy = XtDisplay(wdata->winData.shell);
2563 Window shell_win = XtWindow(wdata->winData.shell);
2589 Display *dpy = XtDisplay(wdata->winData.shell);
2590 Window shell_win = XtWindow(wdata->winData.shell);
2594 wdata->winData.shell, shell_win);
2656 Display *dpy = XtDisplay(wdata->winData.shell);
2657 Window shell_win = XtWindow(wdata->winData.shell);
2684 Display *dpy = XtDisplay(wdata->winData.shell);
2685 Window shell_win = XtWindow(wdata->winData.shell);
2760 Display *dpy = XtDisplay(wdata->winData.shell);
2761 Window shell_win = XtWindow(wdata->winData.shell);
2814 XSync(XtDisplay(wdata->winData.shell), False);