system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
# NOTE: Derived from blib/lib/Newt.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Newt::Panel;
#line 686 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Panel/Move.al)"
########################### Newt::Panel
sub Newt::Panel::Move {
my ($self, $left, $top) = @_;
$self->{left} = $left;
$self->{top} = $top;
if($self->{drawed}) {
$self->Hide;
$self->Draw;
}
$self;
}
# end of Newt::Panel::Move
1;