ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/MapWidget.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/MapWidget.pm (file contents):
Revision 1.42 by elmex, Fri Aug 31 09:34:22 2007 UTC vs.
Revision 1.43 by root, Wed Dec 26 18:05:00 2007 UTC

1=head1 NAME 1=head1 NAME
2 2
3Crossfire::MapWidget - Gtk2 widget displaying cf maps 3Deliantra::MapWidget - Gtk2 widget displaying cf maps
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use Crossfire::MapWidget; 7 use Deliantra::MapWidget;
8 8
9=head1 DESCRIPTION 9=head1 DESCRIPTION
10 10
11=head2 METHODS 11=head2 METHODS
12 12
13=over 4 13=over 4
14 14
15=cut 15=cut
16 16
17package Crossfire::MapWidget; 17package Deliantra::MapWidget;
18 18
19use strict; 19use strict;
20 20
21use Glib; 21use Glib;
22use Gtk2; 22use Gtk2;
23use Storable (); 23use Storable ();
24 24
25use Crossfire; 25use Deliantra;
26 26
27use Glib::Object::Subclass 27use Glib::Object::Subclass
28 'Gtk2::DrawingArea', 28 'Gtk2::DrawingArea',
29 signals => { 29 signals => {
30 stack_change => { 30 stack_change => {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines