For what it's worth, a quick check with glade 3.8.6 found perfect compliance up to and including GTK 2.16:

GTK+-2 16-OK

You have to dial back to 2.14 before anything comes up:

GTK+-2-14-DEPRECATED

To reproduce:

  1. Fetch a glade-3.8.6 tarball from here

  2. Install with:

sudo apt install libgtk2.0-dev libxml2-dev itstool

 ./configure --prefix=/usr/local \
    --enable-debug=yes \
    --enable-maintainer-mode \
    --disable-gtk-doc-html

make -j4 && sudo make install
  1. Check out 90c6096 and open data/geany.glade

  2. Go to Edit > Preferences and run the validator for toolkit version 2.14 (anything later should pass)

  3. Check the diagnostics against this list: GTK+-2.14.deprecations.log.txt


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.