[Glade-devel] pre_creation_func



Technicly, 
   the pre_creation_function of a widget is called after the widget is
created (well, it takes the widget as an argument, soooo...).

    The only thing that happens between pre/post create functions is
the creation of the GladeWidget metadata, Is there any reason that
a plugin writer would want to hook into that ?

I raise this point in reference to the work I'm doing on:
    http://bugzilla.gnome.org/show_bug.cgi?id=154727

    Since I have to re-create the widget, I'll probably move the post_create()
and fill_empty() calls directly into glade_widget_set_widget() instead of 
glade_widget_new() (so it can be called every time the instance is replaced), 
and I cant help but notice the futility of the pre_create() function;

Am I wrong ? can we depricate / remove pre_create ?

Cheers,
                                                    -Tristan




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