Lines Matching refs:checks
131 frame .options.input.checks
132 checkbutton .options.input.checks.border -text "Borders" -width 11 \
134 checkbutton .options.input.checks.frame -text "Frame" -width 11 \
136 checkbutton .options.input.checks.screen -text "Screen" -width 11 \
138 checkbutton .options.input.checks.descend -text "Descend" -anchor w \
140 pack .options.input.checks.border .options.input.checks.frame \
141 .options.input.checks.screen .options.input.checks.descend -side left
142 pack .options.input.checks
158 pack .options.input.checks .options.input.delay .options.input.id \
167 frame .options.processing.checks
168 checkbutton .options.processing.checks.dither -text "Dither" -width 11 \
170 checkbutton .options.processing.checks.negate -text "Negate" -width 11 \
172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \
174 checkbutton .options.processing.checks.trim -text "Trim" -anchor w \
176 pack .options.processing.checks.dither .options.processing.checks.negate \
177 .options.processing.checks.monochrome .options.processing.checks.trim \
179 pack .options.processing.checks
194 pack .options.processing.checks .options.processing.colors \
202 frame .options.output.checks
203 checkbutton .options.output.checks.compress -text "Compress" -width 11 \
205 checkbutton .options.output.checks.interlace -text "Interlace" -width 11 \
207 checkbutton .options.output.checks.verbose -text "Verbose" -anchor w \
209 pack .options.output.checks.compress .options.output.checks.interlace \
210 .options.output.checks.verbose -side left
211 pack .options.output.checks
240 pack .options.output.checks .options.output.scene \