Searched refs:other (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | dialog1.tcl | 8 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 D | menu.tcl | 99 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 D | Makefile | 3 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
|
/ast/src/lib/libcoshell/ |
H A D | Makefile | 7 CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
|
/ast/src/lib/libtk/generic/ |
H A D | tkVisual.c | 137 * 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 D | tkCmds.c | 454 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 D | tkPack.c | 465 * 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 D | tkGrid.c | 885 * 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 D | tkWindow.c | 1016 * 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 D | tk.h | 199 * 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 D | list.c | 16 * 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 D | tar.sh | 44 \bx\b\) and other function modifiers as needed, depending on the
|
/ast/src/cmd/3d/ |
H A D | Makefile | 6 * so a static link needs -u _exit -l3d other-libs
|
/ast/src/lib/libast/ |
H A D | Makefile | 321 * included on other systems
|
Completed in 44 milliseconds