# NOTE: Derived from blib/lib/Newt.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Newt::Textbox; #line 677 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Textbox/Set.al)" ########################### Newt::Textbox sub Newt::Textbox::Set { my $self = shift; Newt::newtTextboxSetText($self->{co}, "@_"); $self; } # end of Newt::Textbox::Set 1;