HomeSort by: relevance | last modified time | path
    Searched refs:XtCallActionProc (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xedit/dist/
lisp.c 83 XtCallActionProc(w, "newline", event, params, *num_params);
87 XtCallActionProc(w, "newline-and-indent", event, params, *num_params);
93 XtCallActionProc(w, "keyboard-reset", event, params, *num_params);
tags.c 542 XtCallActionProc(textwindow, "split-window", NULL, params, 1);
545 XtCallActionProc(textwindow, "other-window", NULL, NULL, 0);
632 XtCallActionProc(otherwindow, "other-window", NULL, NULL, 0);
util.c 589 XtCallActionProc(w, "XawPositionSimpleMenu", event, params, n_params);
590 XtCallActionProc(w, "XtMenuPopup", event, params, n_params);
  /xsrc/external/mit/libXaw/dist/src/
Repeater.c 228 XtCallActionProc(w, "reset", NULL, NULL, 0);
230 XtCallActionProc(w, "set", NULL, NULL, 0);
Actions.c 579 XtCallActionProc(w, params[1], event, args, num_args);
SimpleMenu.c 1743 XtCallActionProc(w, "XtMenuPopdown", event, params, *num_params);
  /xsrc/external/mit/xmore/dist/
xmore.c 127 XtCallActionProc(w, "quit", NULL, NULL, 0);
  /xsrc/external/mit/xmh/dist/
popup.c 236 XtCallActionProc(button, "set", event, (String*)NULL, ZERO);
237 XtCallActionProc(button, "notify", event, (String*)NULL, ZERO);
238 XtCallActionProc(button, "unset", event, (String*)NULL, ZERO);
folder.c 786 XtCallActionProc(button->widget, "PopupMenu", (XEvent *) NULL,
788 XtCallActionProc(button->widget, "reset", (XEvent *) NULL,
  /xsrc/external/mit/libXt/dist/src/
TMaction.c 929 XtCallActionProc(Widget widget,
944 "XtCallActionProc first argument is not a subclass of Core");
1011 "noActionProc", "xtCallActionProc", XtCXtToolkitError,
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 763 extern void XtCallActionProc(
  /xsrc/external/mit/xterm/dist/
menu.c 972 XtCallActionProc(w, "XawPositionSimpleMenu", event, params, 1);
975 XtCallActionProc(w, "MenuPopup", event, params, 1);

Completed in 12 milliseconds