Home | History | Annotate | Download | only in scripts

Lines Matching full:scene

212     frame .options.output.scene
213 label .options.output.scene.label -text "Scene:" -width 9 -anchor w
214 scale .options.output.scene.scale -orient horizontal -length 11c \
215 -from 0 -to 40 -tickinterval 5 -variable snap(scene)
216 pack .options.output.scene.label .options.output.scene.scale -side left
217 pack .options.output.scene
240 pack .options.output.checks .options.output.scene \
483 if {$snap(scene)} {
484 set command [concat $command -scene $snap(scene)]
595 set snap(scene) 0