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