Lines Matching refs:proc
45 proc Alert {dograb message args} {
96 # Proc AppendImageFormat appends the image format type to the filename.
98 proc AppendImageFormat {w} {
110 # Proc Options creates the options window.
112 proc Options {} {
257 # Proc Print prints the snapped image to a printer or command.
259 proc Print {} {
279 # Proc PrintImage allows the user to provide a command name to print with.
281 proc PrintImage {} {
325 # Proc Save saves the snapped image to disk.
327 proc Save {} {
355 proc SaveImage {} {
409 # Proc ShowImage displays the full-sized snapped image in a top level window.
411 proc ShowImage { title name } {
420 # Proc Snap executes the ImageMagick import program to grab the image
423 proc Snap {} {
535 # Proc SnapWindow creates the top level window.
537 proc SnapWindow {} {