ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/MainWindow.pm
(Generate patch)

Comparing deliantra/gde/GCE/MainWindow.pm (file contents):
Revision 1.84 by elmex, Wed Apr 9 14:28:37 2008 UTC vs.
Revision 1.85 by elmex, Sun Aug 3 17:31:07 2008 UTC

1package GCE::MainWindow; 1package GCE::MainWindow;
2 2
3=head1 NAME 3=head1 NAME
4 4
5 GCE::MainWindow - the main window class for gce 5 GCE::MainWindow - the main window class for gde
6 6
7=cut 7=cut
8 8
9use Cwd qw/abs_path getcwd/; 9use Cwd qw/abs_path getcwd/;
10use Gtk2; 10use Gtk2;
27use GCE::Util; 27use GCE::Util;
28use GCE::DragHelper; 28use GCE::DragHelper;
29 29
30use strict; 30use strict;
31 31
32my $recentfile = "$Deliantra::VARDIR/gcerecent"; 32my $recentfile = "$Deliantra::VARDIR/gderecent";
33 33
34# XXX: make a recursive call from save_layout to all (interesting) sub-widgets 34# XXX: make a recursive call from save_layout to all (interesting) sub-widgets
35sub save_layout { 35sub save_layout {
36 my ($self) = @_; 36 my ($self) = @_;
37 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines