Home
last modified time | relevance | path

Searched refs:curselection (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dmbox.py164 sel = folderbox.curselection()
179 sel = scanbox.curselection()
207 sel = scanbox.curselection()
226 sel = scanbox.curselection()
231 foldersel = folderbox.curselection()
Dtkman.py156 selection = self.listbox.curselection()
DAttrDialog.py441 sel = list.curselection()
/external/python/cpython3/Lib/idlelib/
Dautocomplete_w.py121 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]))
Dconfigdialog.py349 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/
DAutoCompleteWindow.py116 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])
DconfigDialog.py744 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/
Dtest_configdialog.py1016 eq(b.curselection(), ())
1024 eq(b.curselection(), (1, ))
1032 eq(b.curselection(), (2, ))
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py807 self.assertEqual(lb.curselection(), (2, 3, 4, 6))
808 self.assertRaises(TypeError, lb.curselection, 0)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py818 self.assertEqual(lb.curselection(), (2, 3, 4, 6))
819 self.assertRaises(TypeError, lb.curselection, 0)
/external/ImageMagick/scripts/
Dxsnap100 [$w.format.list get [lindex [$w.format.list curselection] 0]]
/external/python/cpython3/Tools/unittestgui/
Dunittestgui.py414 selection = self.errorListbox.curselection()
/external/python/cpython2/Tools/webchecker/
Dwcgui.py346 l = self.list.curselection()
/external/python/cpython2/Lib/
Dpydoc.py2283 selection = self.result_lst.curselection()
/external/python/cpython3/Lib/tkinter/
D__init__.py2786 def curselection(self): member in Listbox
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2622 def curselection(self): member in Listbox