print tcl tk

package require Iwidgets
wm title . "Simple Example"

label .label \
  -relief raised

.label configure \
  -text "The best print samples"

pack .label \
  -fill x \
  -expand true

iwidgets::canvasprintbox .cpb \
  -stretch 0 \
  -filename "canvas_out.ps" \
  -orient portrait \
  -output file \
  -pagesize Letter

pack .cpb

posted @ 2011-04-30 22:01  greencolor  阅读(250)  评论(0编辑  收藏  举报