
Wx::Perl::ListView - virtual list control interface

my $listview = Wx::Perl::ListView->new( $model, $parent, $id,
$position, $size, $style );
Constructs a Wx::Perl::ListView using the given model.
$listview->refresh; $listview->refresh( $item ); $listview->refresh( $from, $to );
Refreshes the displayed data from the model. Might also change the number of items in the control.
my $model = $listview->model;

Mattia Barbon <mbarbon@cpan.org>

Copyright (c) 2007 Mattia Barbon <mbarbon@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself