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

Comparing deliantra/gde/gce (file contents):
Revision 1.10 by elmex, Mon Feb 6 23:06:52 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# XXX: signals don't feel right => move this stuff to MainWindow, it should
29# deal with all the stuff it does
30$w->signal_connect (update_stack_view => sub {
31 my ($t, $x, $y, $a) = @_;
32 print "$x $y: " . join (',', map { $_->{_name} } @$a) . "\n";
33 });
34
35$w->show_all; 28$w->show_all;
36 29
37Gtk2->main; 30Gtk2->main;
38 31
39=head1 AUTHOR 32=head1 AUTHOR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines