mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
Whitespace normalization.
This commit is contained in:
parent
0bc2ab9a20
commit
3daf304f3b
2 changed files with 21 additions and 21 deletions
|
@ -1791,7 +1791,7 @@ class Grid(TixWidget):
|
|||
# valid specific resources as of Tk 8.4
|
||||
# editdonecmd, editnotifycmd, floatingcols, floatingrows, formatcmd,
|
||||
# highlightbackground, highlightcolor, leftmargin, itemtype, selectmode,
|
||||
# selectunit, topmargin,
|
||||
# selectunit, topmargin,
|
||||
def __init__(self, master=None, cnf={}, **kw):
|
||||
static= []
|
||||
self.cnf= cnf
|
||||
|
@ -1805,7 +1805,7 @@ class Grid(TixWidget):
|
|||
def anchor_get(self):
|
||||
"Get the (x,y) coordinate of the current anchor cell"
|
||||
return self._getints(self.tk.call(self, 'anchor', 'get'))
|
||||
|
||||
|
||||
# def bdtype
|
||||
# def delete dim from ?to?
|
||||
def delete_row(self, from_, to=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue