Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:IMAGE

43 IMAGE = 'image'
92 search for image files. The standard bitmap directory
95 command, the image files of an applications can
160 """Locates an image file of the name name.xpm, name.xbm or name.ppm
163 extensions) exist, then the image type is chosen according to the
167 image files in your application. When successful, this command
168 returns the name of the newly created image, which can be used to
169 configure the -image option of the Tk and Tix widgets.
403 raise RuntimeError, 'Too early to create image'
411 return master.tk.call(('image', 'create', imgtype,) + options)
414 self.tk.call('image', 'delete', imgname)