Home | History | Annotate | Download | only in tkinter

Lines Matching refs:TList

1329     """ScrolledTList - TList with automatic scrollbars."""
1335 self.subwidget_list['tlist'] = _dummyTList(self, 'tlist')
1419 class TList(TixWidget, XView, YView):
1420 """TList - Hierarchy display widget which can be
1421 used to display data in a tabular format. The list entries of a TList
1423 differences are (1) the TList widget can display the list entries in a
1660 class _dummyTList(TList, TixSubWidget):