package GCE::PickWindow; =head1 NAME GCE::PickWindow - the arch picker window class for gce =cut use Gtk2; use Gtk2::Gdk::Keysyms; use Glib::Object::Subclass Gtk2::Window; sub INIT_INSTANCE { my ($self) = @_; $self->set_title ("gce - picker window"); $self->add (my $b = Gtk2::Label->new ("")); } =head1 AUTHOR Marc Lehmann http://home.schmorp.de/ Robin Redeker http://www.ta-sa.org/ =cut 1;