Searched refs:scroll (Results 1 - 18 of 18) sorted by relevance

/ast/src/lib/libtk/library/
H A Dlistbox.tcl86 %W xview scroll -1 units
89 %W xview scroll -1 pages
92 %W xview scroll 1 units
95 %W xview scroll 1 pages
98 %W yview scroll -1 pages
102 %W yview scroll 1 pages
106 %W xview scroll -1 pages
109 %W xview scroll 1 pages
300 # itself as an "after" command so that the window continues to scroll until
312 $w yview scroll
[all...]
H A Dbgerror.tcl47 text $w.text -relief sunken -bd 2 -yscrollcommand "$w.scroll set" \
49 scrollbar $w.scroll -relief sunken -command "$w.text yview"
51 pack $w.scroll -side right -fill y
H A Dtext.tcl155 %W xview scroll -1 page
158 %W xview scroll 1 page
553 # command so that the window continues to scroll until the mouse
563 $w yview scroll 2 units
565 $w yview scroll -2 units
567 $w xview scroll 2 units
569 $w xview scroll -2 units
718 # try to scroll past the beginning or end of the text.
806 # count - Number of pages forward to scroll; may be negative
807 # to scroll backward
[all...]
H A Dentry.tcl398 # "after" command so that the window continues to scroll until the
409 $w xview scroll 2 units
412 $w xview scroll -2 units
H A Dtkfbox.tcl122 # itself as an "after" command so that the window continues to scroll until
140 $data(canvas) xview scroll 1 units
142 $data(canvas) xview scroll -1 units
306 # If the item is not (completely) visible, scroll the canvas so that
/ast/src/lib/libtk/library/demos/
H A Dbrowse15 scrollbar .scroll -command ".list yview"
16 pack .scroll -side right -fill y
17 listbox .list -yscroll ".scroll set" -relief sunken -width 20 -height 20 \
H A Dstates.tcl27 scrollbar $w.frame.scroll -command "$w.frame.list yview"
28 listbox $w.frame.list -yscroll "$w.frame.scroll set" -setgrid 1 -height 12
29 pack $w.frame.scroll -side right -fill y
H A Dimage2.tcl65 listbox $w.f.list -width 20 -height 10 -yscrollcommand "$w.f.scroll set"
66 scrollbar $w.f.scroll -command "$w.f.list yview"
67 pack $w.f.list $w.f.scroll -side left -fill y -expand 1
H A Dsearch.tcl109 text $w.text -yscrollcommand "$w.scroll set" -setgrid true
110 scrollbar $w.scroll -command "$w.text yview"
112 pack $w.scroll -side right -fill y
H A Dbind.tcl21 text $w.text -yscrollcommand "$w.scroll set" -setgrid true \
23 scrollbar $w.scroll -command "$w.text yview"
24 pack $w.scroll -side right -fill y
H A Dcolors.tcl28 scrollbar $w.frame.scroll -command "$w.frame.list yview"
29 listbox $w.frame.list -yscroll "$w.frame.scroll set" \
31 pack $w.frame.list $w.frame.scroll -side left -fill y -expand 1
H A Dstyle.tcl21 text $w.text -yscrollcommand "$w.scroll set" -setgrid true \
23 scrollbar $w.scroll -command "$w.text yview"
24 pack $w.scroll -side right -fill y
H A Dtext.tcl21 text $w.text -relief sunken -bd 2 -yscrollcommand "$w.scroll set" -setgrid 1 \
23 scrollbar $w.scroll -command "$w.text yview"
24 pack $w.scroll -side right -fill y
H A Dtwind.tcl23 text $t -yscrollcommand "$w.scroll set" -setgrid true -font $font -width 70 \
26 scrollbar $w.scroll -command "$t yview"
27 pack $w.scroll -side right -fill y
H A Dtcolor93 listbox .names -width 20 -height 12 -yscrollcommand ".scroll set" \
98 scrollbar .scroll -orient vertical -command ".names yview" \
101 pack .scroll -in .middle.left -side right -fill y
/ast/src/cmd/mailx/
H A Dcmd1.c195 state.scroll = (n - 1) / m;
196 if (state.scroll < 0)
197 state.scroll = 0;
198 mp = state.msg.list + state.scroll * m;
225 scroll(char* arg) function
229 s = state.scroll;
238 state.scroll = s;
246 state.scroll = s;
H A Dmailx.h639 int scroll; /* Current scroll size */ member in struct:__anon136
1023 extern int scroll(char*);
H A Ddata.c240 "z", CMD(scroll), M|STRLIST, 0, 0,

Completed in 34 milliseconds