HomeSort by relevance Sort by last modified time
    Searched refs:PhotoImage (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 46 image = PhotoImage(file=file, master=root)
69 self.iconimages = {} # cache of PhotoImage instances for icons
85 image = PhotoImage(master=self.canvas, file=fullname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 46 image = PhotoImage(file=file, master=root)
69 self.iconimages = {} # cache of PhotoImage instances for icons
85 image = PhotoImage(master=self.canvas, file=fullname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
turtle.py 494 img = TK.PhotoImage(width=1, height=1)
503 return TK.PhotoImage(file=filename)
841 # else data assumed to be Photoimage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
turtle.py 494 img = TK.PhotoImage(width=1, height=1)
503 return TK.PhotoImage(file=filename)
841 # else data assumed to be Photoimage
    [all...]

Completed in 779 milliseconds