[Glade-devel] [glade-3] Adding a GtkTreeView crashes it
Damon Chaplin
damon@karuna.uklinux.net
29 Apr 2004 11:06:55 +0100
On Thu, 2004-04-29 at 08:57, Joaquin Cuenca Abela wrote:
> > Why is glade_widget_apply_properties() needed when
> > creating the widget?
>
> To synchronize the glade vision of properties' values,
> and the real properties' values.
>
> If you change the default value of a property in the
> xml file of a widget, glade's GladeProperty will be
> created with this default value, but you still have to
> set the property in the widget itself.
>
> PostCreate functions assume that these values are
> synchronized.
Is this going to cause problems with libglade though, if we use
different default values for particular properties?
Or do you mean just setting the initial value in the xml file?
Damon