Searched defs:PhotoImage (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
H A Dplastik_theme.py25 from Tkinter import PhotoImage namespace
44 imgs[name] = PhotoImage(name, file=f, format="gif89")
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py3365 class PhotoImage(Image): class in inherits:Image
3384 """Return a new PhotoImage with the same image as this widget."""
3385 destImage = PhotoImage(master=self.tk)
3389 """Return a new PhotoImage with the same image as this widget
3393 destImage = PhotoImage(master=self.tk)
3398 """Return a new PhotoImage based on the same image as this widget
3402 destImage = PhotoImage(master=self.tk)
/external/python/cpython3/Lib/tkinter/
H A D__init__.py3532 class PhotoImage(Image): class in inherits:Image
3551 """Return a new PhotoImage with the same image as this widget."""
3552 destImage = PhotoImage(master=self.tk)
3556 """Return a new PhotoImage with the same image as this widget
3560 destImage = PhotoImage(master=self.tk)
3565 """Return a new PhotoImage based on the same image as this widget
3569 destImage = PhotoImage(master=self.tk)

Completed in 196 milliseconds