GTK 2.x deprecated functions

edscott wilson garcia edscott at imp.mx
Mon Mar 24 17:28:13 CET 2003


El dom, 23-03-2003 a las 17:40, Olivier Fourdan escribió:
> Hi all,
> 
> I've removed the following functions from our code :
> 
> gtk_timeout_add()
> gtk_timeout_remove()
> gdk_pixbuf_render_to_drawable()
> gdk_pixbuf_render_to_drawable_alpha()
> 
> All these will be deprecated in next version of gtk
> 
> Edscott, I'm a bit worried because you don't use the following flags in
> your build process 
> 
>  	G_DISABLE_DEPRECATED
> 	GTK_DISABLE_DEPRECATED
> 	GDK_DISABLE_DEPRECATED
> 	GDK_PIXBUF_DISABLE_DEPRECATED
> 
> So there is no way to tell if deprecated functions are used in xffm :(

I think that glade may or may not use some deprecated calls for building
the glade_gui.c file, but that should be no problem since those calls
should dissappear eventually. Otherwise, Almost all the gui elements
introduced are based on the new GtkTreeView widget, so that in the new
code only very few deprecated calls should have slipped through the
dragnet. With respect to old code, the properties.c file should be
checked since it is almost direct from xftree.


saludos,

Edscott




> 
> 
> Cheers,
> -- 
> Olivier Fourdan <fourdan at xfce.org>
> http://www.xfce.org
> 
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://moongroup.com/mailman/listinfo/xfce4-dev
> 





More information about the Xfce4-dev mailing list