Searched refs:other (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
H A Dmenu.tcl99 tk_dialog .pattern {Bitmap Menu Entry} {The menu entry you invoked displays a bitmap rather than a text string. Other than this, it is just like any other menu entry.} {} 0 OK
/ast/src/lib/libjcl/
H A DMakefile3 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
/ast/src/lib/libcoshell/
H A DMakefile7 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
/ast/src/lib/libtk/generic/
H A DtkVisual.c137 * Use the colormap from the other window too (but be sure
262 * over other visuals, all else being equal.
379 Tk_Window other;
400 * visual as tkwin (which means, among other things, that the
401 * other window must be on the same screen).
404 other = Tk_NameToWindow(interp, string, tkwin);
405 if (other == NULL) {
408 if (Tk_Screen(other) != Tk_Screen(tkwin)) {
413 if (Tk_Visual(other) != Tk_Visual(tkwin)) {
418 colormap = Tk_Colormap(other);
377 Tk_Window other; local
[all...]
H A DtkCmds.c454 Tk_Window tkwin, other;
467 other = NULL;
469 other = Tk_NameToWindow(interp, argv[2], main);
470 if (other == NULL) {
474 if (Tk_RestackWindow(tkwin, Below, other) != TCL_OK) {
510 Tk_Window tkwin, other;
523 other = NULL;
525 other = Tk_NameToWindow(interp, argv[2], main);
526 if (other == NULL) {
530 if (Tk_RestackWindow(tkwin, Above, other) !
447 Tk_Window tkwin, other; local
502 Tk_Window tkwin, other; local
[all...]
H A DtkPack.c465 * This procedure is invoked by Tk whenever some other geometry
1432 Tk_Window other, slave, parent, ancestor;
1501 other = Tk_NameToWindow(interp, argv[i+1], tkwin);
1502 if (other == NULL) {
1505 prevPtr = GetPacker(other);
1524 other = Tk_NameToWindow(interp, argv[i+1], tkwin);
1525 if (other == NULL) {
1528 otherPtr = GetPacker(other);
1568 other = Tk_NameToWindow(interp, argv[i+1], tkwin);
1569 if (other
1420 Tk_Window other, slave, parent, ancestor; local
[all...]
H A DtkGrid.c885 * This procedure is invoked by Tk whenever some other geometry
2110 Tk_Window other, slave, parent, ancestor;
2255 other = Tk_NameToWindow(interp, argv[i+1], tkwin);
2256 if (other == NULL) {
2259 if (other == slave) {
2263 masterPtr = GetGrid(other);
2473 other = Tk_NameToWindow(interp, lastWindow, tkwin);
2474 otherPtr = GetGrid(other);
2095 Tk_Window other, slave, parent, ancestor; local
H A DtkWindow.c1016 * all the other main window cleanup) to handle situations where
2005 * TCL_OK is normally returned. If other is not a descendant
2016 Tk_RestackWindow(tkwin, aboveBelow, other)
2020 * to other; must be Above or Below. */
2021 Tk_Window other; /* Tkwin will be moved to a position that
2027 TkWindow *otherPtr = (TkWindow *) other;
H A Dtk.h199 * below; other bits are used internally
461 * then change the other. See the declaration in tkInt.h for
1280 int aboveBelow, Tk_Window other));
/ast/src/cmd/mailx/
H A Dlist.c16 * following disclaimer in the documentation and/or other *
45 * the documentation and/or other materials provided with the *
360 int other; local
376 other = 0;
388 other++;
446 other++;
468 if (other) {
/ast/src/cmd/pax/
H A Dtar.sh44 \bx\b\) and other function modifiers as needed, depending on the
/ast/src/cmd/3d/
H A DMakefile6 * so a static link needs -u _exit -l3d other-libs
/ast/src/lib/libast/
H A DMakefile321 * included on other systems

Completed in 240 milliseconds