HomeSort by: relevance | last modified time | path
    Searched defs:yes_callbacks (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xmh/dist/
folder.c 376 static XtCallbackRec yes_callbacks[] = { local
409 yes_callbacks[0].closure = client_data;
413 PopupConfirm(scrn->tocwidget, str, yes_callbacks, no_callbacks);
1042 static XtCallbackRec yes_callbacks[] = { local
1063 yes_callbacks[0].closure = no_callbacks[0].closure = (XtPointer) iToken;
1069 PopupConfirm(scrn->parent, str, yes_callbacks, no_callbacks);
1116 static XtCallbackRec yes_callbacks[] = { local
1137 yes_callbacks[0].closure = no_callbacks[0].closure = (XtPointer) iToken;
1150 PopupConfirm(tocwidget, str, yes_callbacks, no_callbacks);
msg.c 344 static XtCallbackRec yes_callbacks[] = { local
358 yes_callbacks[0].callback = ConfirmedNoScrn;
359 yes_callbacks[0].closure = (XtPointer) msg;
360 yes_callbacks[1].callback = confirms[0].callback;
361 yes_callbacks[1].closure = confirms[0].closure;
363 PopupConfirm((Widget) NULL, str, yes_callbacks, cancels);
390 yes_callbacks[0].callback = ConfirmedWithScrn;
391 yes_callbacks[0].closure = (XtPointer) cb_data;
392 yes_callbacks[1].callback = confirms[0].callback;
393 yes_callbacks[1].closure = confirms[0].closure
    [all...]
toc.c 856 static XtCallbackRec yes_callbacks[] = { local
872 yes_callbacks[0].closure = (XtPointer) toc;
873 yes_callbacks[1].callback = confirms[0].callback;
874 yes_callbacks[1].closure = confirms[0].closure;
883 PopupConfirm(tocwidget, str, yes_callbacks, cancels);

Completed in 74 milliseconds