"Rick L. Vinyard, Jr." wrote:
>
> > I have gotten rid of the idea of layers, as they are really just groups
> > that are children of the root canvas item (I am not saying that dia should
> > get rid of its layers concept -- just that they don't need to be in the
> > base canvas implementation).
>
> Very good point. That allows for child branches with and without layers.
> There are other features, such as the grapples/handles that could be
> included/excluded in derived children. The main point is that the base
> class doesn't impose either upon the programmer.
>
> Rick L. Vinyard, Jr.
Somes taughts, conceptually, I would have liked the grapples/handles/knobs
to be used like the GTK_CONTAINER(frame). Be able to do
grapplesIn/grapplesOut, draw the frame, modify the frame, like the color,
the size, the way it is hatched, shadowed.
The drawing objects can be group, resize/move has a group.
A hook to treat the inside hit in a special way.