Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:gridspacing

2225     def canvasx(self, screenx, gridspacing=None):
2227 to nearest multiple of GRIDSPACING units."""
2229 self._w, 'canvasx', screenx, gridspacing))
2230 def canvasy(self, screeny, gridspacing=None):
2232 to nearest multiple of GRIDSPACING units."""
2234 self._w, 'canvasy', screeny, gridspacing))