Searched refs:dialog (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DDialog.c66 * on the dialog value we will notice it, and reset the string
96 XtOffsetOf(DialogRec, dialog.label),
105 XtOffsetOf(DialogRec, dialog.value),
114 XtOffsetOf(DialogRec, dialog.icon),
181 /* dialog */
204 if (dw->dialog.icon != (Pixmap)0) {
205 XtSetArg(arglist[arg_cnt], XtNbitmap, dw->dialog.icon); arg_cnt++;
207 dw->dialog.iconW = XtCreateManagedWidget("icon", labelWidgetClass,
210 XtSetArg(arglist[arg_cnt], XtNfromHoriz, dw->dialog.iconW); arg_cnt++;
213 dw->dialog
440 XawDialogAddButton(Widget dialog,_Xconst char * name,XtCallbackProc function,XtPointer param) argument
[all...]
/xsrc/external/mit/xman/dist/
H A Dsearch.c57 Widget dialog, command, text, cancel; local in function:MakeSearchWidget
71 dialog = XtCreateManagedWidget(DIALOG, dialogWidgetClass,
75 if ((text = XtNameToWidget(dialog, "value")) == (Widget) NULL)
78 XtSetKeyboardFocus(dialog, text);
80 XawDialogAddButton(dialog, MANUALSEARCH, NULL, NULL);
81 XawDialogAddButton(dialog, APROPOSSEARCH, NULL, NULL);
82 XawDialogAddButton(dialog, CANCEL, NULL, NULL);
89 if (((command = XtNameToWidget(dialog, MANUALSEARCH)) == (Widget) NULL) ||
90 ((cancel = XtNameToWidget(dialog, CANCEL)) == (Widget) NULL))
107 FormUpWidgets(dialog, full_siz
121 Widget dialog; local in function:SearchString
289 Widget dialog; local in function:DoSearch
[all...]
H A Dbuttons.c600 Widget shell, dialog; /* misc. widgets. */ local in function:MakeSaveWidgets
619 dialog = XtCreateManagedWidget("dialog", dialogWidgetClass,
622 XawDialogAddButton(dialog, FILE_SAVE, NULL, NULL);
623 XawDialogAddButton(dialog, CANCEL_FILE_SAVE, NULL, NULL);
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DDialog.h85 Widget dialog,
H A DDialogP.h70 String label; /* description of the dialog */
88 DialogPart dialog; member in struct:_DialogRec
97 DialogConstraintsPart dialog; member in struct:_DialogConstraintsRec
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Ddialog.cc27 #include "dialog.h"
53 CBaseDialog* dialog = (CDialog*)GetWindowLongPtr(hwndDlg, GWLP_USERDATA); local in function:CBaseDialog::DialogProc
54 if (dialog != NULL)
55 return dialog->DlgDispatch(hwndDlg, uMsg, wParam, lParam);
/xsrc/external/mit/xmh/dist/
H A Dpopup.c43 static String XmhNdialog = "dialog";
271 Widget dialog; local in function:PopupPrompt
288 dialog = XtCreateManagedWidget(XmhNdialog, dialogWidgetClass, popup, args,
291 XtSetValues( XtNameToWidget(dialog, "label"), args, ONE);
292 value = XtNameToWidget(dialog, XmhNvalue);
301 XawDialogAddButton(dialog, XmhNokay, okayCallback, (XtPointer) dialog);
302 XawDialogAddButton(dialog, "cancel", DestroyPopup, (XtPointer) popup);
304 InsureVisibility(popup, dialog, x, y, !positioned, False);
331 Widget dialog; local in function:PopupNotice
399 Widget dialog; local in function:PopupConfirm
446 Widget transFor, error_popup, dialog; local in function:PopupError
[all...]
H A Dfolder.c261 Widget widget, /* the okay button of the dialog widget */
262 XtPointer client_data, /* the dialog widget */
268 Widget dialog = (Widget) client_data; local in function:CreateFolder
272 name = XawDialogGetValueString(dialog);
290 XtSetValues(dialog, args, TWO);
311 DestroyPopup(widget, (XtPointer) XtParent(dialog), (XtPointer) NULL);
/xsrc/external/mit/editres/dist/
H A Dutils.c289 * The file dialog boxes are handled with this code.
299 * Description: Puts up a dialog box to get the filename.
319 Widget shell, dialog; local in function:_PopupFileDialog
332 dialog = XtCreateManagedWidget("dialog", dialogWidgetClass,
340 if (XSaveContext(XtDisplay(dialog), (Window) dialog, file_dialog_context,
343 "Error while trying to save Context\nAborting file dialog popup.");
348 XawDialogAddButton(dialog, "okay", _PopdownFileDialog, (XtPointer) TRUE);
349 XawDialogAddButton(dialog, "cance
445 Widget dialog = XtParent(w); local in function:_PopdownFileDialog
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/
H A Dfdperf.c533 WINDOW *dialog; local in function:counter_dialog
537 /* figure out dialog size: */
554 /* scrolling offset, if dialog is too small for all the choices: */
557 dialog = newwin(dh, dw, (h - dh) / 2, (w - dw) / 2);
558 box(dialog, 0, 0);
559 wrefresh(dialog);
560 keypad(dialog, TRUE);
574 wmove(dialog, i + 1, 1);
578 wattron(dialog, COLOR_PAIR(COLOR_INVERSE));
581 waddstr(dialog, grou
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DMakefile.am182 xlaunch/resources/dialog.rc \
191 xlaunch/window/dialog.cc \
192 xlaunch/window/dialog.h \
H A DMakefile.in638 xlaunch/resources/dialog.rc \
647 xlaunch/window/dialog.cc \
648 xlaunch/window/dialog.h \
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dmain.cc77 /// @param hwndDlg Handle to active page dialog.
212 /// @param hwndDlg Handle to active page dialog.
225 /// @param hwndDlg Handle to active page dialog.
255 /// @param hwndDlg Handle to active page dialog.
275 /// @param hwndDlg Handle to active page dialog.
287 /// @param hwndDlg Handle to active page dialog.
295 /// @param hwndDlg Handle to active page dialog.
310 /// @param hwndDlg Handle to active page dialog.
363 /// @brief Handle messages fo the dialog pages.
364 /// @param hwndDlg Handle of active dialog
659 CMyWizard dialog; local in function:main
[all...]
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c1 /* x11-ssh-askpass.c: A generic X11-based password dialog for OpenSSH.
377 if (app->dialog) {
411 getStringResourceWithDefault("dialog.title", "Dialog.Title",
442 getStringResourceWithDefault("dialog.label", "Dialog.Label",
447 d->label.font = getFontResource(app, "dialog.font", "Dialog.Font");
448 d->label.fixedFont = getFontResource(app, "dialog.fixedFont",
704 app->dialog = d;
727 DialogInfo *d = app->dialog;
748 DialogInfo *d = app->dialog;
820 DialogInfo *d = app->dialog;
[all...]
H A Dx11-ssh-askpass.h1 /* x11-ssh-askpass.h: A generic X11-based password dialog for OpenSSH.
203 DialogInfo *dialog; member in struct:__anon7bedf7b40808
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Application.m950 environment the next time you start X11?", @"Startup xinitrc dialog");
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Application.m709 @"Startup xinitrc dialog");

Completed in 17 milliseconds