Home
last modified time | relevance | path

Searched refs:LabelEntry (Results 1 – 6 of 6) 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/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/cpython2/Lib/lib-tk/
DTix.py1062 class LabelEntry(TixWidget): class