Re: [gtkmm] Re: [gtk-list] ANNOUNCE: GTK+ 1.1.5 Released



Guillaume Laurent <glaurent@worldnet.fr> writes:
> > * gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
> >   A new function gtk_object_default_construct() is provided now which should
> >   be called after every gtk_type_new() to perfom the auto-construction
> 
> After a quick look at the code, I'm not sure how well this integrates
> with the Gtk-- construction mechanism.

this is good news for us - we can get rid of all cut/paste code of gtk+'s
construction. We do use gtk_type_new() to construct all our gtk+ objects.

> What is sure is that we'll have to change things since the
> _construct() functions where basically added for us :-). What isn't
> sure is if we can at all integrate with this new mechanism. Tero ?

yes, we'll have to change alittle, but that change only removes extra
code... => a good thing.

-- 
-- Tero Pulkkinen -- terop@modeemi.cs.tut.fi --



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