Jeffrey Ratcliffe <jeffrey.ratcli...@gmail.com> writes:
>
> It seems that in subclassed a widget, any properties assigned in
> ->new() are not available in INIT_INSTANCE.

They reach you in a SET_PROPERTY call, after the init.  But perhaps you
already knew that.  It's quite desirable to allow property changes later
on, not just a creation time, even if that means re-doing some
initialization for a new value.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to