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

Comparing deliantra/gde/GCE/StackView.pm (file contents):
Revision 1.6 by elmex, Sun Mar 12 13:40:35 2006 UTC vs.
Revision 1.7 by elmex, Sun Mar 12 14:39:19 2006 UTC

22sub INIT_INSTANCE { 22sub INIT_INSTANCE {
23 my ($self) = @_; 23 my ($self) = @_;
24 24
25 $self->pack_start (my $sw = Gtk2::ScrolledWindow->new, 1, 1, 0); 25 $self->pack_start (my $sw = Gtk2::ScrolledWindow->new, 1, 1, 0);
26 $sw->add_with_viewport ($self->{stackbox} = Gtk2::VBox->new); 26 $sw->add_with_viewport ($self->{stackbox} = Gtk2::VBox->new);
27 $sw->set_policy ('automatic', 'automatic');
27} 28}
28 29
29sub set_stack { 30sub set_stack {
30 my ($self, $mapedit, $x, $y) = @_; 31 my ($self, $mapedit, $x, $y) = @_;
31 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines