Lines Matching refs:active
142 tkListboxBeginSelect %W [%W index active]
145 tkListboxBeginSelect %W [%W index active]
148 tkListboxBeginExtend %W [%W index active]
151 tkListboxBeginExtend %W [%W index active]
328 # Moves the location cursor (active element) up or down by one element,
338 $w activate [expr [$w index active] + $amount]
339 $w see active
343 $w selection set active
347 $w selection set active
348 $w selection anchor active
349 set tkPriv(listboxPrev) [$w index active]
358 # case it moves the location cursor (active element) up or down by
369 $w activate [expr [$w index active] + $amount]
370 $w see active
371 tkListboxMotion $w [$w index active]
378 # Otherwise it moves the active element to el and, if we're in
403 # restores all of the items between the active one and the anchor
433 # For single and browse mode, it just selects the active element.
443 $w selection set active