Searched refs:query_opt (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | ttk.py | 372 def configure(self, style, query_opt=None, **kw): argument 378 if query_opt is not None: 379 kw[query_opt] = None 381 if result or query_opt: 385 def map(self, style, query_opt=None, **kw): argument 393 if query_opt is not None: 394 result = self.tk.call(self._name, "map", style, '-%s' % query_opt)
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 1286 .. method:: configure(style, query_opt=None, **kw) 1310 .. method:: map(style, query_opt=None, **kw)
|