Searched refs:can (Results 1 - 13 of 13) 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 | text.tcl | 29 can do to a text widget: 40 Once you've released the button, you can adjust the selection by pressing 42 selection nearest the mouse cursor and you can drag that end of the 44 You can double-click to select whole words or triple-click to select 48 to delete and type Backspace or Delete. Alternatively, you can type new 70 narrow you can see that long lines automatically wrap around onto
|
H A D | bind.tcl | 40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked. 44 {1. Samples of all the different types of items that can be created in canvas widgets.} d1 59 {6. A grid that demonstrates how canvases can be scrolled.} d6
|
H A D | style.tcl | 65 $w.text insert end {. Tags are just textual names that you can apply to one 66 or more ranges of characters within a text widget. You can configure 72 $w.text insert end " You can choose any X font, " 77 $w.text insert end " You can change either the " 85 $w.text insert end " You can cause either the " 93 $w.text insert end " You can " 97 $w.text insert end " You can " 101 $w.text insert end { You can arrange for the background to be drawn 108 $w.text insert end " You can arrange for lines to be displayed\n" 113 $w.text insert end " You can contro [all...] |
H A D | rolodex | 156 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.} 159 set helpTopics(.menu.file.m.0) {The "Load" entry in the "File" menu posts a dialog box that you can use to select a rolodex file} 179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.} 180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
|
H A D | widget | 115 This application provides a front end for several short scripts that demonstrate what you can do with Tk widgets. Each of the numbered lines below describes a demonstration; you can click on it to invoke the demonstration. Once the demonstration window appears, you can click the "See Code" button to see the Tcl/Tk code that created the demonstration. If you wish, you can edit the code and click the "Rerun Demo" button in the code window to reinvoke the demonstration with the modified code. 319 # w - The name of the demonstration's window, which can be
|
/ast/src/cmd/INIT/ |
H A D | iffe.sh | 1332 can= 2558 0) can="$can$cansep#define $c 1 /* #include <$x> ok */" 2568 can="$can$cansep#undef $c /* #include <$x> not ok */" 2572 01??) can="$can$cansep#define $c 0 /* #include <$x> not ok */" 2645 0) can="$can$cansep#define $c 1 /* #include <$x> ok */" 2654 can [all...] |
H A D | proto.c | 2297 comment( ¬ice, &buf, "This is free software; you can redistribute it and/or",sizeof( "This is free software; you can redistribute it and/or")-1, 0);
|
/ast/src/cmd/ksh93/ |
H A D | Makefile | 15 * override SHOPT_foo=1 can be placed one per line in the build dir Makeargs
|
/ast/src/lib/libcodex/ |
H A D | codex.c | 445 char can[CODEX_NAME+CODEX_ARGS]; local 502 *a++ = b = can; 552 if (a >= &arg[elementsof(arg)-1] || b >= &can[sizeof(can)-1]) 559 } while (c && b < &can[sizeof(can)-1]); 623 if ((b - v) >= sizeof(can)) 631 strncopy(can, v, b - v); 632 if (!(code->dp = sfopen(NiL, can, "r"))) 635 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: cannot read delta source", can); [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | arrays.sh | 334 : only first element of an array can be exported 613 #test for cloning a very large index array - can core dump
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 943 COMMENT(¬ice, &buf, "This is free software; you can redistribute it and/or", 0);
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 4407 /* can't figure out why this .PARAMETER must be repeated */
|
Completed in 54 milliseconds