Searched refs:selection_range (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 387 widget.selection_range(0, 'end') 393 widget.selection_range(3, 4) 397 widget.selection_range(0, 'end') 509 widget.selection_range(0, 'end') 515 widget.selection_range(3, 4) 519 widget.selection_range(0, 'end')
|
/external/python/cpython2/Lib/idlelib/ |
D | SearchDialogBase.py | 59 self.ent.selection_range(0, "end")
|
D | TreeWidget.py | 273 self.entry.selection_range(0, END)
|
/external/python/cpython3/Lib/idlelib/ |
D | searchbase.py | 64 self.ent.selection_range(0, "end")
|
D | tree.py | 301 self.entry.selection_range(0, END)
|
/external/python/cpython2/Tools/webchecker/ |
D | wsgui.py | 148 self.url_entry.selection_range(0, END)
|
/external/python/cpython3/Tools/demo/ |
D | spreadsheet.py | 559 self.entry.selection_range(0, 'end')
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ss1.py | 574 self.entry.selection_range(0, 'end')
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 3123 def selection_range(self, start, end): member in Entry 3127 select_range = selection_range 4356 def selection_range(self, start, end): member in Spinbox
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2555 def selection_range(self, start, end): member in Entry 2558 select_range = selection_range
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 1285 :meth:`~tkinter.Spinbox.selection_range` and
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2831 Add methods ``selection_from``, ``selection_range``, ``selection_present``
|