Hi,
Interesting subject. I've put up a development project page on the Wiki[1] on
this subject to be able to keep track of what's going on.
Thanks,
Jaap
[1] http://wiki.wireshark.org/GoingGTK3
On 01/31/2011 06:37 PM, Stephen Fisher wrote:
The GTK+ documentation now includes a list of things we can do to
prepare for the future migration to GTK+ 3:
http://library.gnome.org/devel/gtk/unstable/gtk-migrating-2-to-3.html
I'm once again trying to compile with -DGSEAL_ENABLE to catch places
where we're directly accessing variables, so they can be replaced with
accessor functions. The last time I tried this (quite a while back),
they didn't have accessor functions for everything yet.