Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dtkinter.tix.rst488 .. class:: tixCommand()
504 .. method:: tixCommand.tix_configure(cnf=None, **kw)
516 .. method:: tixCommand.tix_cget(option)
522 .. method:: tixCommand.tix_getbitmap(name)
532 .. method:: tixCommand.tix_addbitmapdir(directory)
542 .. method:: tixCommand.tix_filedialog([dlgclass])
552 .. method:: tixCommand.tix_getimage(self, name)
565 .. method:: tixCommand.tix_option_get(name)
570 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio])
/third_party/python/Lib/tkinter/
Dtix.py78 class tixCommand: class
206 class Tk(tkinter.Tk, tixCommand):