new properties for width and height that turned out to be convenient for the real functionality I wanted to add
enhancement to get_cell() to allow it to correctly locate multi-spanned cells
new function which_cell_contains() which takes a pixel x,y location and returns the cell coordinates of the cell that contains that pixel location. Helpful for use with touchscreens.
added terminalio to doc mock list to get docs building successfully
The latest commit to this branch fixes an issue that resulted from the divider line objects being erroneously removed from their containing group twice which raised an exception.
This PR adds a few main things:
width
andheight
that turned out to be convenient for the real functionality I wanted to addget_cell()
to allow it to correctly locate multi-spanned cellswhich_cell_contains()
which takes a pixel x,y location and returns the cell coordinates of the cell that contains that pixel location. Helpful for use with touchscreens.