NAME
Wx::Perl::ListView - virtual list control interface
METHODS
new
my
$listview
= Wx::Perl::ListView->new(
$model
,
$parent
,
$id
,
$position
,
$size
,
$style
);
Constructs a Wx::Perl::ListView
using the given model.
refresh
$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.
model
my
$model
=
$listview
->model;
AUTHOR
Mattia Barbon <mbarbon@cpan.org>
LICENSE
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