ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/gce
(Generate patch)

Comparing deliantra/gde/gce (file contents):
Revision 1.8 by root, Sun Feb 5 21:19:41 2006 UTC vs.
Revision 1.11 by elmex, Wed Feb 8 16:46:16 2006 UTC

23use GCE::MainWindow; 23use GCE::MainWindow;
24use GCE::PickWindow; 24use GCE::PickWindow;
25 25
26my $w = GCE::MainWindow->new; 26my $w = GCE::MainWindow->new;
27 27
28$w->signal_connect (open_pick => sub {
29 # XXX: How to give pick window the pickname ?
30 my $p = GCE::PickWindow->new;
31 $p->show_all;
32});
33
34$w->show_all; 28$w->show_all;
35 29
36Gtk2->main; 30Gtk2->main;
37 31
38=head1 AUTHOR 32=head1 AUTHOR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines