Lines Matching full:buttons
68 # Create as many buttons as needed and arrange them from left to right.
310 frame .print.buttons
311 button .print.buttons.print -text Print -command Print
312 button .print.buttons.cancel -text Cancel -command {destroy .print}
313 pack .print.buttons.print .print.buttons.cancel -side left -expand 1 \
315 pack .print.buttons
319 pack .print.format .print.file .print.buttons -padx 2m -pady 2m -expand 1 \
386 frame .save.buttons
387 button .save.buttons.save -text Save -command Save
388 button .save.buttons.cancel -text Cancel -command {destroy .save}
389 pack .save.buttons.save .save.buttons.cancel -side left -expand 1 \
391 pack .save.buttons
393 # Bind buttons to print window.
403 pack .save.format .save.file .save.buttons -padx 2m -pady 2m -expand 1 \
559 frame .buttons
560 button .buttons.snap -text Snap -command Snap
561 button .buttons.options -text Options -command Options
562 pack .buttons.snap .buttons.options -side left -expand 1
563 pack .buttons -side bottom -fill x -padx 2m -pady 2m
567 pack .toolbar .canvas .buttons