Raymond Toy toy.raymond@gmail.com writes:
In draw.lisp in scigraph, there are calls to (setf bounding-rectangle-min-x) and friends. These don't seem to exist in mcclim, but there is (setf rectangle-edges*) which seems to be doing essentially the same thing.
These functions should exist according to the CLIM 2.2 spec (page 52). Since you already figured out an equivalent fix for Scigraph, couldn't you write some definitions for `bounding-rectangle-{min|max}-{x|y}'? That would probably be better in the long run.