mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge heads
This commit is contained in:
commit
08f4556524
3 changed files with 48 additions and 1 deletions
|
@ -391,7 +391,7 @@ class Misc:
|
|||
background, highlightColor, selectForeground,
|
||||
disabledForeground, insertBackground, troughColor."""
|
||||
self.tk.call(('tk_setPalette',)
|
||||
+ _flatten(args) + _flatten(kw.items()))
|
||||
+ _flatten(args) + _flatten(list(kw.items())))
|
||||
def tk_menuBar(self, *args):
|
||||
"""Do not use. Needed in Tk 3.6 and earlier."""
|
||||
pass # obsolete since Tk 4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue