Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A Dpreferences.c2821 Widget shellSelDialog; in SelectShellDialog() local
2829 shellSelDialog = CreatePromptDialog(parent, "shellSelDialog", in SelectShellDialog()
2835 shellSelDialog); in SelectShellDialog()
2836 XtAddCallback(shellSelDialog, XmNcancelCallback, in SelectShellDialog()
2840 XtVaSetValues(shellSelDialog, XmNselectionLabelString, label, NULL); in SelectShellDialog()
2850 ManageDialogCenteredOnPointer(shellSelDialog); in SelectShellDialog()
2857 XtDestroyWidget(shellSelDialog); in SelectShellDialog()
2863 Widget shellSelDialog = (Widget) clientData; in shellSelOKCB() local
2869 if (!XtIsRealized(shellSelDialog)) { in shellSelOKCB()
2875 shellName = XmTextGetString(XmSelectionBoxGetChild(shellSelDialog, in shellSelOKCB()
[all …]