# NOTE: Derived from blib/lib/Newt.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Newt::Radiogroup;
#line 593 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Radiogroup/GetComponent.al)"
sub Newt::Radiogroup::GetComponent {
my $self = shift;
return (2, $self->{g});
}
# end of Newt::Radiogroup::GetComponent
1;