Home
last modified time | relevance | path

Searched refs:dialogshell (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_athena.c2101 Widget dialogshell; in gui_mch_dialog() local
2120 dialogshell = XtVaCreatePopupShell("dialogShell", in gui_mch_dialog()
2124 if (dialogshell == (Widget)0) in gui_mch_dialog()
2128 formWidgetClass, dialogshell, in gui_mch_dialog()
2213 XtRealizeWidget(dialogshell); in gui_mch_dialog()
2220 XtVaGetValues(dialogshell, in gui_mch_dialog()
2236 XtVaSetValues(dialogshell, XtNx, x, XtNy, y, NULL); in gui_mch_dialog()
2243 app = XtWidgetToApplicationContext(dialogshell); in gui_mch_dialog()
2245 XtPopup(dialogshell, XtGrabNonexclusive); in gui_mch_dialog()
2255 XtPopdown(dialogshell); in gui_mch_dialog()
[all …]