Re: Gtk 3.0



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.




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