Searched refs:down (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libtk/library/ |
H A D | scale.tcl | 72 tkScaleIncrement %W down little noRepeat 78 tkScaleIncrement %W down little noRepeat 84 tkScaleIncrement %W down big noRepeat 90 tkScaleIncrement %W down big noRepeat 135 tkScaleIncrement $w down little initial 148 # mouse button 1 down. If the drag started inside the slider 186 # dir - "up" means move value towards -from, "down" means 227 # key down. Depending on the mouse position, it adjusts the scale
|
H A D | menu.tcl | 89 tkMbMotion %W down %X %Y 163 # this procedure is only invoked when mouse button 1 is *not* down. 164 # The procedure tkMbB1Enter is invoked if the button is down. 238 # the menu just below the menubutton, as for a pull-down. 358 # upDown - "down" means button 1 is pressed, "up" means 377 if {$upDown == "down"} { 408 # is down, it posts and unposts cascade entries to match the mouse 414 # state - Modifier state (tells whether buttons are down).
|
/ast/src/lib/libtk/library/demos/ |
H A D | text.tcl | 33 2. Scanning. Press mouse button 2 in the text window and drag up or down. 41 button 1 with the shift key down. This will reset the end of the
|
/ast/src/cmd/ss/ |
H A D | ssd.c | 247 static unsigned long down; local 253 if (down) ss->up -= (long)(tm - down); 254 down = tm;
|
/ast/src/cmd/nmake/ |
H A D | command.c | 508 char* down; local 563 back = (down = sfstrbase(tmp)) + n; 576 sfprintf(state.context, "{ cd %s%s", down, sep); 587 if (strneq(b, down, downlen))
|
Completed in 18 milliseconds