Lines Matching refs:vimShell
86 Widget vimShell = (Widget)0; variable
1263 vimShell = XtVaAppCreateShell(VIM_NAME, VIM_CLASS, in gui_mch_init()
1269 XtVaGetApplicationResources(vimShell, (XtPointer)&gui, in gui_mch_init()
1324 gui.text_gc = XtGetGC(vimShell, gc_mask, &gc_vals); in gui_mch_init()
1328 gui.back_gc = XtGetGC(vimShell, gc_mask, &gc_vals); in gui_mch_init()
1334 gui.invert_gc = XtGetGC(vimShell, gc_mask, &gc_vals); in gui_mch_init()
1362 XtVaSetValues(vimShell, XtNgeometry, gui.geom, NULL); in gui_mch_init()
1390 XtSetValues(vimShell, arg, (Cardinal)2); in gui_mch_init()
1423 root_window = XRootWindowOfScreen(XtScreen(vimShell)); in gui_mch_init()
1424 if (XGetIconSizes(XtDisplay(vimShell), root_window, in gui_mch_init()
1438 dsp = XtDisplay(vimShell); in gui_mch_init()
1439 scr = XtScreen(vimShell); in gui_mch_init()
1442 XtVaSetValues(vimShell, XtNcolormap, cmap, NULL); in gui_mch_init()
1458 XtVaSetValues(vimShell, XtNiconPixmap, icon, XtNiconMask, icon_mask, NULL); in gui_mch_init()
1460 XtVaSetValues(vimShell, XmNiconPixmap, icon, XmNiconMask, icon_mask, NULL); in gui_mch_init()
1494 vimShell = (Widget)0; in gui_mch_uninit()
1535 XtRealizeWidget(vimShell); in gui_mch_open()
1536 XtManageChild(XtNameToWidget(vimShell, "*vimForm")); in gui_mch_open()
1549 XSetWMProtocols(gui.dpy, XtWindow(vimShell), wm_atoms, 2); in gui_mch_open()
1550 XtAddEventHandler(vimShell, NoEventMask, True, gui_x11_wm_protocol_handler, in gui_mch_open()
1557 XtAddEventHandler(vimShell, (EventMask)0, True, _XEditResCheckMessages, in gui_mch_open()
1565 commWindow = XtWindow(vimShell); in gui_mch_open()
1575 serverChangeRegisteredWindow(gui.dpy, XtWindow(vimShell)); in gui_mch_open()
1577 XtAddEventHandler(vimShell, PropertyChangeMask, False, in gui_mch_open()
1616 if (XtConvertAndStore(vimShell, XtRString, &from, XtRFontSet, &to) == False) in gui_init_tooltip_font()
1636 if (XtConvertAndStore(vimShell, XtRString, &from, XtRFontSet, &to) == False) in gui_init_menu_font()
1646 if (XtConvertAndStore(vimShell, XtRString, &from, XtRFontStruct, &to) == False) in gui_init_menu_font()
1673 XtVaGetValues(vimShell, in gui_mch_get_winpos()
1689 XtVaSetValues(vimShell, in gui_mch_set_winpos()
1708 XtVaSetValues(vimShell, in gui_mch_set_shellsize()
2502 *win = XtWindow(vimShell); in gui_get_x11_windis()
2547 XIconifyWindow(gui.dpy, XtWindow(vimShell), DefaultScreen(gui.dpy)); in gui_mch_iconify()
2557 XMapRaised(gui.dpy, XtWindow(vimShell)); in gui_mch_set_foreground()
2838 clip_x11_lose_selection(vimShell, cbd); in clip_mch_lose_selection()
2844 return clip_x11_own_selection(vimShell, cbd); in clip_mch_own_selection()
2850 clip_x11_request_selection(vimShell, gui.dpy, cbd); in clip_mch_request_selection()
2953 XSetCommand(gui.dpy, XtWindow(vimShell), NULL, 0); in gui_x11_wm_protocol_handler()
3107 XtAddEventHandler(vimShell, StructureNotifyMask, FALSE, in gui_x11_callbacks()
3110 XtAddEventHandler(vimShell, FocusChangeMask, FALSE, gui_x11_focus_change_cb, in gui_x11_callbacks()
3118 XtAddEventHandler(vimShell, LeaveWindowMask, FALSE, gui_x11_leave_cb, in gui_x11_callbacks()
3124 XtAddEventHandler(vimShell, EnterWindowMask, FALSE, gui_x11_enter_cb, in gui_x11_callbacks()