|
NAMEimg-window - Img, Tk Windows (window)SYNOPSISpackage require Tkpackage require img::window ?1.3? image create photo ?name? ?options? DESCRIPTIONThe package img::window is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::window.Like all packages of Img it does not provide new commands, but extends the existing Tk command image. More specifically img::window extends Tk's photo image type. The name of the new format handler is window. This handler does not provide additional configuration options. This handler is special. Instead of reading or writing image data from a file or string it allows the embedding of a Tk widget into the photo image. In other words, it takes a snapshot of the contents of a Tk window. All of the above means that in a call like
SEE ALSOimg-bmp, img-dted, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img-tga, img-tiff, img-window, img-xbm, img-xpmKEYWORDSimage handling, tk, windowCOPYRIGHTCopyright (c) 1995-2003 Jan Nijtmans <nijtmans@users.sourceforge.net>
Visit the GSP FreeBSD Man Page Interface. |