mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
Typo: Widht instead of Width...
This commit is contained in:
parent
aa06b0ede5
commit
4d9d3f18c2
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ class Wm:
|
||||||
widthInc=None, heightInc=None):
|
widthInc=None, heightInc=None):
|
||||||
return self._getints(self.tk.call(
|
return self._getints(self.tk.call(
|
||||||
'wm', 'grid', self._w,
|
'wm', 'grid', self._w,
|
||||||
baseWidht, baseHeight, widthInc, heightInc))
|
baseWidth, baseHeight, widthInc, heightInc))
|
||||||
def group(self, pathName=None):
|
def group(self, pathName=None):
|
||||||
return self.tk.call('wm', 'group', self._w, pathName)
|
return self.tk.call('wm', 'group', self._w, pathName)
|
||||||
def iconbitmap(self, bitmap=None):
|
def iconbitmap(self, bitmap=None):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue