Home
last modified time | relevance | path

Searched refs:subwidget (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/tkinter/
Dtix.py336 def subwidget(self, name): member in TixWidget
1112 return self.subwidget(name)
1119 ret.append(self.subwidget(x))
1158 return self.subwidget(name)
1165 ret.append(self.subwidget(x))
1245 return [self.subwidget(x) for x in names]
/external/python/cpython2/Lib/lib-tk/
DTix.py340 def subwidget(self, name): member in TixWidget
1114 return self.subwidget(name)
1121 ret.append(self.subwidget(x))
1160 return self.subwidget(name)
1167 ret.append(self.subwidget(x))
1248 return [self.subwidget(x) for x in names]
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst118 choice by either typing in the entry subwidget or selecting from the listbox
119 subwidget.
155 :attr:`frame` subwidget and manage them inside the :attr:`frame` subwidget.
398 the desired page in the :attr:`hlist` subwidget.
/external/python/cpython2/Doc/library/
Dtix.rst130 choice by either typing in the entry subwidget or selecting from the listbox
131 subwidget.
167 :attr:`frame` subwidget and manage them inside the :attr:`frame` subwidget.
410 the desired page in the :attr:`hlist` subwidget.
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst3446 Fix Tix subwidget name resolution.