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

Lines Matching refs:col2

1310     def grid_bbox(self, column=None, row=None, col2=None, row2=None):
1316 cell. If COL2 and ROW2 are given the bounding box
1325 if col2 is not None and row2 is not None:
1326 args = args + (col2, row2)