Name : perl-Gtk2-GladeXML-Simple
| |
Version : 0.32
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.84
| Date : 2023-06-07 18:44:42
|
Group : Development/Libraries/Perl
| Source RPM : perl-Gtk2-GladeXML-Simple-0.32-7.84.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : A clean object-oriented interface to Gtk2::GladeXML
|
Description :
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.
sub on_button1_clicked { my $self = shift; # $self always received as first parameter ... }
* *
Autoconnection of signal handlers.
* *
Autocalling of creation functions for custom widgets.
* *
Access to the widgets as instance attributes.
my $btn = $self->{button1}; # fetch widgets as instance attributes by their names my $window = $self->{main_window}; my $custom = $self->{custom_widget};
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-G/openSUSE_Tumbleweed/noarch |