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

  /xsrc/external/mit/xedit/dist/
xedit.c 73 Widget topwindow, textwindow, messwidget, labelwindow, filenamewindow; variable
155 topwindow = XtAppInitialize(&appcon, "Xedit", NULL, 0, &argc, argv,
160 XtOverrideTranslations(topwindow,
163 XtGetApplicationResources(topwindow, (XtPointer) &app_resources, resources,
166 CurDpy = XtDisplay(topwindow);
172 makeButtonsAndBoxes(topwindow);
182 XtRealizeWidget(topwindow);
187 topwindow, NULL, 0);
194 wm_delete_window = XInternAtom(XtDisplay(topwindow), "WM_DELETE_WINDOW",
196 (void)XSetWMProtocols(XtDisplay(topwindow), XtWindow(topwindow)
    [all...]
commands.c 329 topwindow,
376 XtSetKeyboardFocus(topwindow, textwindow);
473 topwindow,
623 XtSetKeyboardFocus(topwindow, filenamewindow);
634 XtSetKeyboardFocus(topwindow, textwindow);
645 XtSetKeyboardFocus(topwindow, textwindow);
1052 XtSetKeyboardFocus(topwindow, filenamewindow);
1061 XtSetKeyboardFocus(topwindow, textwindow);
options.c 86 topwindow, NULL, 0);
342 XtAppAddActions(XtWidgetToApplicationContext(topwindow),
346 topwindow, NULL, 0);
xedit.h 112 extern Widget topwindow, textwindow, labelwindow, filenamewindow, messwidget;
util.c 261 topwindow, NULL, 0);
564 XtSetKeyboardFocus(topwindow, w);
837 XtSetKeyboardFocus(topwindow, textwindow);
hook.c 401 XtSetKeyboardFocus(topwindow, filenamewindow);
1117 XtSetKeyboardFocus(topwindow, textwindow);
ispell.c 2033 topwindow, NULL, 0);
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 993 topwindow->core.screen,
994 topwindow->core.colormap,
995 topwindow->core.depth);

Completed in 12 milliseconds