Home
last modified time | relevance | path

Searched refs:LabelEntry (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/tix/samples/
DDirTree.py61 top.ent = Tix.LabelEntry(top, label="Installation Directory:",
DPanedWin.py35 group = Tix.LabelEntry(w, label='Newsgroup:', options='entry.width 25')
DDirList.py61 top.ent = Tix.LabelEntry(top, label="Installation Directory:",
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst138 .. class:: LabelEntry()
140 The `LabelEntry
146 .. \ulink{LabelEntry}{http://tix.sourceforge.net/dist/current/demos/samples/LabEntry.tcl}
/external/python/cpython2/Doc/library/
Dtix.rst150 .. class:: LabelEntry()
152 The `LabelEntry
158 .. \ulink{LabelEntry}{http://tix.sourceforge.net/dist/current/demos/samples/LabEntry.tcl}
/external/python/cpython2/Demo/tix/
Dtixwidgets.py633 group = Tix.LabelEntry(w, label='Newsgroup:', options='entry.width 25')
/external/python/cpython3/Lib/tkinter/
Dtix.py1056 class LabelEntry(TixWidget): class
/external/python/cpython2/Lib/lib-tk/
DTix.py1058 class LabelEntry(TixWidget): class