Home
last modified time | relevance | path

Searched refs:identify_row (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py164 item = widget.identify_row(y)
/external/python/cpython2/Lib/lib-tk/
Dttk.py1284 def identify_row(self, y): member in Treeview
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1594 item_id = self.tv.identify_row(i)
/external/python/cpython2/Doc/library/
Dttk.rst961 .. method:: identify_row(y)