see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-12-10 20:51:58 +00:00
parent bacd04b48b
commit 4f1e315aba
12 changed files with 226 additions and 300 deletions

View File

@ -127,6 +127,7 @@ sub GTK_OBJECT_GET_ARG {
}
sub GTK_OBJECT_INIT {
shift unless ref $self; # care for "old" Gtk modules
my $self = shift;
(my $label = new Gtk::Label "")->show;
$self->add($label);