Re: General question about inheritance of properties in GTK

2006-11-12 Thread Yeti
On Sun, Nov 12, 2006 at 02:41:22AM +, Clarity ThroughConfusion wrote: > > 1. How can I reuse the parent widgets properties along with my new > properties I have created using g_object_class_install_property? > > 2. Are the parents properties inherited and set by default in the child? Proper

General question about inheritance of properties in GTK

2006-11-11 Thread Clarity ThroughConfusion
Hi, I am planning on creating some custom widgets that have some additional functionality over standard GTK widgets. As these widgets are very close to the GTK standard widgets, I am planning on deriving the custom widget from a GTK standard widget and hopefully avoid reimplementing the common