Home
last modified time | relevance | path

Searched refs:item_create (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Demo/tix/samples/
DSHList2.py110 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/
Dtix.py1011 def item_create(self, entry, col, cnf={}, **kw): member in HList
/external/python/cpython2/Lib/lib-tk/
DTix.py1013 def item_create(self, entry, col, cnf={}, **kw): member in HList