[Gonçalo Rodrigues] > I know I am being a little vague in my question, but does anyone have > any ideas? Open-source code where this "same problem" has been tackled? Have you considered metaclasses? Do you need a concrete Wrapper for each class? Why not a generic wrapper that wraps any given class? // m