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

Lines Matching refs:y2

2195     def addtag_enclosed(self, newtag, x1, y1, x2, y2):
2197 by X1,Y1,X2,Y2."""
2198 self.addtag(newtag, 'enclosed', x1, y1, x2, y2)
2199 def addtag_overlapping(self, newtag, x1, y1, x2, y2):
2201 defined by X1,Y1,X2,Y2."""
2202 self.addtag(newtag, 'overlapping', x1, y1, x2, y2)
2207 """Return a tuple of X1,Y1,X2,Y2 coordinates for a rectangle
2253 """Create arc shaped region with coordinates x1,y1,x2,y2."""
2265 """Create oval with coordinates x1,y1,x2,y2."""
2271 """Create rectangle with coordinates x1,y1,x2,y2."""
2277 """Create window with coordinates x1,y1,x2,y2."""
2309 def find_enclosed(self, x1, y1, x2, y2):
2311 by X1,Y1,X2,Y2."""
2312 return self.find('enclosed', x1, y1, x2, y2)
2313 def find_overlapping(self, x1, y1, x2, y2):
2315 defined by X1,Y1,X2,Y2."""
2316 return self.find('overlapping', x1, y1, x2, y2)
2554 """Return a tuple of X1,Y1,X2,Y2 coordinates for a rectangle
3403 """Return a tuple of X1,Y1,X2,Y2 coordinates for a