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

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DTkinter.py3299 class PhotoImage(Image): class in inherits:Image
3318 """Return a new PhotoImage with the same image as this widget."""
3319 destImage = PhotoImage()
3323 """Return a new PhotoImage with the same image as this widget
3325 destImage = PhotoImage()
3330 """Return a new PhotoImage based on the same image as this widget
3332 destImage = PhotoImage()
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DTkinter.py3299 class PhotoImage(Image): class in inherits:Image
3318 """Return a new PhotoImage with the same image as this widget."""
3319 destImage = PhotoImage()
3323 """Return a new PhotoImage with the same image as this widget
3325 destImage = PhotoImage()
3330 """Return a new PhotoImage based on the same image as this widget
3332 destImage = PhotoImage()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py3299 class PhotoImage(Image): class in inherits:Image
3318 """Return a new PhotoImage with the same image as this widget."""
3319 destImage = PhotoImage()
3323 """Return a new PhotoImage with the same image as this widget
3325 destImage = PhotoImage()
3330 """Return a new PhotoImage based on the same image as this widget
3332 destImage = PhotoImage()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py3299 class PhotoImage(Image): class in inherits:Image
3318 """Return a new PhotoImage with the same image as this widget."""
3319 destImage = PhotoImage()
3323 """Return a new PhotoImage with the same image as this widget
3325 destImage = PhotoImage()
3330 """Return a new PhotoImage based on the same image as this widget
3332 destImage = PhotoImage()

Completed in 65 milliseconds