Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:TList

1349     """ScrolledTList - TList with automatic scrollbars."""
1355 self.subwidget_list['tlist'] = _dummyTList(self, 'tlist')
1439 class TList(TixWidget, XView, YView):
1440 """TList - Hierarchy display widget which can be
1441 used to display data in a tabular format. The list entries of a TList
1443 differences are (1) the TList widget can display the list entries in a
1681 class _dummyTList(TList, TixSubWidget):