summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tix.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-10 20:28:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-10 20:28:40 (GMT)
commit3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e (patch)
tree7a1ec8af00bad683e5e66056bf4a28c267dc0aef /Lib/lib-tk/Tix.py
parent0bc2ab9a20745e3cc7a2ca4cc01a3708e273e2dc (diff)
downloadcpython-3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e.zip
cpython-3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e.tar.gz
cpython-3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/lib-tk/Tix.py')
-rwxr-xr-xLib/lib-tk/Tix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py
index ba9d06f..14c3c24 100755
--- a/Lib/lib-tk/Tix.py
+++ b/Lib/lib-tk/Tix.py
@@ -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):