Home
last modified time | relevance | path

Searched refs:splitlist (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dfont.py76 font = tk.splitlist(tk.call("font", "actual", font))
86 if self.name not in tk.splitlist(tk.call("font", "names")):
97 self._split = tk.splitlist
191 return root.tk.splitlist(root.tk.call("font", "families", *args))
198 return root.tk.splitlist(root.tk.call("font", "names"))
H A D__init__.py132 t = tk.splitlist(v)
474 if self._tk.splitlist(ca)[0] == cbname:
485 splitlist = self._tk.splitlist
486 return [(splitlist(k), v) for k, v in map(splitlist,
487 splitlist(self._tk.call('trace', 'info', 'variable', self._name)))]
519 cbname = self._tk.splitlist(cbname)[0]
521 if self._tk.splitlist(ca)[0] == cbname:
537 return [self._tk.splitlist(
[all...]
H A Dttk.py247 ltuple = tk.splitlist(ltuple)
373 return _list_from_statespec(self.tk.splitlist(result))
376 return {k: _list_from_statespec(self.tk.splitlist(v))
444 return tuple(n.lstrip('-') for n in self.tk.splitlist(
450 return tuple(o.lstrip('-') for o in self.tk.splitlist(
485 return self.tk.splitlist(self.tk.call(self._name, "theme", "names"))
563 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
876 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
1194 return self.tk.splitlist(
1397 return self.tk.splitlist(sel
[all...]
H A Dtix.py252 y = self.tk.splitlist(x)
268 self.tk.splitlist(
379 return self.tk.splitlist(x)
974 return self.tk.splitlist(c)
1002 return self.tk.splitlist(c)
1118 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1164 names = self.tk.splitlist(self.tk.call(self._w, 'pages'))
1246 names = self.tk.splitlist(self.tk.call(self._w, 'panes'))
1481 return self.tk.splitlist(c)
1587 return self.tk.splitlist(sel
[all...]
H A Dfiledialog.py348 return self._fixresult(widget, widget.tk.splitlist(result))
/third_party/python/Lib/test/
H A Dtest_tcl.py545 splitlist = self.interp.tk.splitlist
547 self.assertRaises(TypeError, splitlist)
548 self.assertRaises(TypeError, splitlist, 'a', 'b')
549 self.assertRaises(TypeError, splitlist, 2)
589 self.assertEqual(splitlist(arg), res,
591 self.assertRaises(TclError, splitlist, '{')
702 self.assertRaises(OverflowError, tk.splitlist, value)
H A Dtest_ttk_textonly.py12 def splitlist(self, arg): member in MockTkApp
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py81 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
96 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
119 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
134 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
156 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
171 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', idle1))
H A Dtest_images.py101 self.assertEqual(self.root.splitlist(actual), expected)
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1625 self.tv.item(item, values=self.root.splitlist(self.tv.item(item, values=None)))

Completed in 15 milliseconds