Searched refs:curselection (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Demo/tkinter/guido/ |
D | mbox.py | 164 sel = folderbox.curselection() 179 sel = scanbox.curselection() 207 sel = scanbox.curselection() 226 sel = scanbox.curselection() 231 foldersel = folderbox.curselection()
|
D | tkman.py | 156 selection = self.listbox.curselection()
|
D | AttrDialog.py | 441 sel = list.curselection()
|
/external/python/cpython3/Lib/idlelib/ |
D | autocomplete_w.py | 121 cursel = int(self.listbox.curselection()[0]) 283 cursel = int(self.listbox.curselection()[0]) 288 cursel = int(self.listbox.curselection()[0]) 322 self.listbox.select_clear(0, int(self.listbox.curselection()[0])) 341 cursel = int(self.listbox.curselection()[0]) 352 cursel = int(self.listbox.curselection()[0]) 379 cursel = int(self.listbox.curselection()[0]) 398 self.listbox.select_clear(0, int(self.listbox.curselection()[0]))
|
D | configdialog.py | 349 newsel = self.extension_list.curselection() 1687 if self.bindingslist.curselection(): 2066 if self.helplist.curselection(): # There currently is a selection.
|
/external/python/cpython2/Lib/idlelib/ |
D | AutoCompleteWindow.py | 116 cursel = int(self.listbox.curselection()[0]) 249 cursel = int(self.listbox.curselection()[0]) 254 cursel = int(self.listbox.curselection()[0]) 288 self.listbox.select_clear(0, int(self.listbox.curselection()[0])) 306 cursel = int(self.listbox.curselection()[0]) 317 cursel = int(self.listbox.curselection()[0]) 344 cursel = int(self.listbox.curselection()[0])
|
D | configDialog.py | 744 if self.listBindings.curselection(): 950 if self.listHelp.curselection(): #there currently is a selection 1317 newsel = self.extension_list.curselection()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 1016 eq(b.curselection(), ()) 1024 eq(b.curselection(), (1, )) 1032 eq(b.curselection(), (2, ))
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 807 self.assertEqual(lb.curselection(), (2, 3, 4, 6)) 808 self.assertRaises(TypeError, lb.curselection, 0)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 818 self.assertEqual(lb.curselection(), (2, 3, 4, 6)) 819 self.assertRaises(TypeError, lb.curselection, 0)
|
/external/ImageMagick/scripts/ |
D | xsnap | 100 [$w.format.list get [lindex [$w.format.list curselection] 0]]
|
/external/python/cpython3/Tools/unittestgui/ |
D | unittestgui.py | 414 selection = self.errorListbox.curselection()
|
/external/python/cpython2/Tools/webchecker/ |
D | wcgui.py | 346 l = self.list.curselection()
|
/external/python/cpython2/Lib/ |
D | pydoc.py | 2283 selection = self.result_lst.curselection()
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2786 def curselection(self): member in Listbox
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2622 def curselection(self): member in Listbox
|