GtkStyle and Objects.




Is there some reason that GtkStyle is not decended from
a GtkObject?  Currently, it is hard to wrap in C++ (beyond
trivial handle) because is don't not have any hooks to tell delete
extra data to.  On objects derived from GtkObject we can
either tie into destroy or use full connections to delete
any wrapper data.  GtkStyle and GtkAccelGroup appear to
be exceptions.

Why are fragments such as these not decended from the common
object like others?

--Karl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]