Lines Matching refs:column
1310 def grid_bbox(self, column=None, row=None, col2=None, row2=None):
1314 If COLUMN, ROW is given the bounding box applies from
1315 the cell with row and column 0 to the specified
1323 if column is not None and row is not None:
1324 args = args + (column, row)
1365 """Configure column INDEX of a grid.
1367 Valid resources are minsize (minimum size of the column),
1368 weight (how much does additional space propagate to this column)
1373 """Return a tuple of column and row which identify the cell
1400 """Return a tuple of the number of column and rows in the grid."""
1404 def grid_slaves(self, row=None, column=None):
1410 if column is not None:
1411 args = args + ('-column', column)
1948 column=number - use cell identified with given column (starting with 0)