Binary package “libgtk2-gladexml-simple-perl” in ubuntu xenial

clean object-oriented perl interface to Gtk2::GladeXML

 Gtk2::GladeXML::Simple is a module that provides a clean and easy interface
 for Gnome/Gtk2 and Glade applications using an object-oriented syntax. You just
 make Gtk2::GladeXML::Simple your application's base class, have your new call
 SUPER::new, and the module will do the tedious and dirty work for you.
 .
 Gtk2::GladeXML::Simple offers:
  * Signal handler callbacks as methods of your class.
  * Autoconnection of signal handlers.
  * Autocalling of creation functions for custom widgets.
  * Access to the widgets as instance attributes.