Searched refs:item_create (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Demo/tix/samples/ |
D | SHList2.py | 110 hlist.item_create('.', 1, itemtype=Tix.TEXT, text=boss[2], 120 hlist.item_create(e, 1, itemtype=Tix.TEXT, text=posn, 133 hlist.item_create(entrypath, 1, itemtype=Tix.TEXT,
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1011 def item_create(self, entry, col, cnf={}, **kw): member in HList
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1013 def item_create(self, entry, col, cnf={}, **kw): member in HList
|