Home
last modified time | relevance | path

Searched refs:tixCommand (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dtix.rst501 .. class:: tixCommand()
517 .. method:: tixCommand.tix_configure(cnf=None **kw)
529 .. method:: tixCommand.tix_cget(option)
535 .. method:: tixCommand.tix_getbitmap(name)
545 .. method:: tixCommand.tix_addbitmapdir(directory)
555 .. method:: tixCommand.tix_filedialog([dlgclass])
565 .. method:: tixCommand.tix_getimage(self, name)
578 .. method:: tixCommand.tix_option_get(name)
583 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio])
/external/python/cpython2/Lib/lib-tk/
DTix.py79 class tixCommand: class
207 class Tk(Tkinter.Tk, tixCommand):