Paketname | libgtk2-gladexml-simple-perl |
Beschreibung | clean object-oriented perl interface to Gtk2::GladeXML |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.32-1.1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 144 Byte |
Hängt ab von | perl (>= 5.6.0-16), libgtk2-perl, libgtk2-gladexml-perl |
Empfohlene Pakete | libxml-sax-perl |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 19500 Byte |
Prüfsumme MD5 | 8c239d91d5f1583aab075724268434a8 |
Prüfsumme SHA1 | 3ffb95b59f81c5db6cc64a860cb5d4781ed745fd |
Prüfsumme SHA256 | 421f864c008064b8028bc62698d7bd85330760094a28198d5b8f9252448db8cc |
Link zum Herunterladen | libgtk2-gladexml-simple-perl_0.32-1.1_all.deb |
Ausführliche Beschreibung | 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.
|