Searched refs:tix_getbitmap (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | tkinter.tix.rst | 522 .. method:: tixCommand.tix_getbitmap(name) 526 :meth:`tix_getbitmap`, you can avoid hard coding the pathnames of the bitmap 535 :meth:`tix_getbitmap` methods will search for image files. The standard bitmap 539 :meth:`tix_getbitmap` method.
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 535 .. method:: tixCommand.tix_getbitmap(name) 539 :meth:`tix_getbitmap`, you can avoid hard coding the pathnames of the bitmap 548 :meth:`tix_getbitmap` methods will search for image files. The standard bitmap 552 :meth:`tix_getbitmap` method.
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 137 def tix_getbitmap(self, name): member in tixCommand
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 141 def tix_getbitmap(self, name): member in tixCommand
|
/external/python/cpython2/Misc/ |
D | HISTORY | 6332 tix_getbitmap, tix_getimage, tix_option_get, and tix_resetoptions.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 23716 tix_getbitmap, tix_getimage, tix_option_get, and tix_resetoptions.
|