get_span
Description:
Retrieves the row and column span for actor
as set using pack
or set_span
Note:
Use the `width` and `height` layout properties of GridLayout instead
Parameters:
this | |
actor |
a Actor child of this |
column_span |
return location for the col span |
row_span |
return location for the row span |