Searched refs:topwindow (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dxedit.c73 Widget topwindow, textwindow, messwidget, labelwindow, filenamewindow; variable in typeref:typename:Widget
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), XtWindo
[all...]
H A Dcommands.c329 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);
H A Doptions.c86 topwindow, NULL, 0);
342 XtAppAddActions(XtWidgetToApplicationContext(topwindow),
346 topwindow, NULL, 0);
H A Dxedit.h112 extern Widget topwindow, textwindow, labelwindow, filenamewindow, messwidget;
H A Dutil.c261 topwindow, NULL, 0);
564 XtSetKeyboardFocus(topwindow, w);
837 XtSetKeyboardFocus(topwindow, textwindow);
H A Dhook.c401 XtSetKeyboardFocus(topwindow, filenamewindow);
1117 XtSetKeyboardFocus(topwindow, textwindow);
H A Dispell.c2033 topwindow, NULL, 0);
/xsrc/external/mit/xedit/dist/lisp/
H A Dxedit.c993 topwindow->core.screen,
994 topwindow->core.colormap,
995 topwindow->core.depth);

Completed in 12 milliseconds