Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTix.py344 def subwidget(self, name): member in TixWidget
1118 return self.subwidget(name)
1125 ret.append(self.subwidget(x))
1164 return self.subwidget(name)
1171 ret.append(self.subwidget(x))
1252 return [self.subwidget(x) for x in names]
/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/
DNEWS11540 - Patch #1472877: Fix Tix subwidget name resolution.