gpsketcher
clean object-oriented perl interface to Gtk2::GladeXML
Install
- All systems
-
curl cmd.cat/gpsketcher.sh
- Debian
-
apt-get install libgtk2-gladexml-simple-perl - Ubuntu
-
apt-get install libgtk2-gladexml-simple-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libgtk2-gladexml-simple-perl - Raspbian
-
apt-get install libgtk2-gladexml-simple-perl
libgtk2-gladexml-simple-perl
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.