# 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 719 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Panel/GetComponent.al)"
sub Newt::Panel::GetComponent {
my $self = shift;
return (2, $self->{g});
}
# end of Newt::Panel::GetComponent
1;