view size ?size?

This command is equivalent to [mk::view size path ?size?], except that it operates on view rather than on a view indicated by path.

Said another way, the following scripts are equivalent:

   # ONE
   mk::view size $path $size

   # TWO
   mk::view open $path myView
   myView size $size
   myView close

Last modified
2002-08-23

(129.6.88.137)

Note: you are looking at
the snapshot of an old wiki
- much of this information
is likely to be very outdated