Thanks Javier, thanks David,

Compiling with -DGSEAL_ENABLE these macros are flagged as errors:

1) GTK_WIDGET_SET_FLAGS (removed)
2) GTK_WIDGET_SENSITIVE (replaced by gtk_widget_is_sensitive or gtk_widget_get_sensitive)

However, apparently they are not in the list of deprecated symbols. Should that be changed?

could you point me to a documentation page listing macros and other things made obsolete with -DGSEAL_ENABLE, -DG_DISABLE_SINGLE_INCLUDES, -DGTK_DISABLE_SINGLE_INCLUDES, etc. and its replacements?

Thanks,
Carlos
You should try to compile your application with:

make CFLAGS+="-DGSEAL_ENABLE"

and with -DG_DISABLE_SINGLE_INCLUDES, -DGTK_DISABLE_SINGLE_INCLUDES, etc.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to