| Wx-Perl-EntryList documentation | view source | Contained in the Wx-Perl-EntryList distribution. |
Wx::Perl::EntryList::VirtualListCtrlView - display an entry list
Uses a Wx::Perl::ListView to display an entry list and
automatically refreshes the appropriate part of the display when the
underlying entry list changes.
my $view = Wx::Perl::EntryList::VirtualListCtrlView->new
( $entrylist, $model, $parent, $style );
Creates a new view for the given entry list. $model must be an
implementation of Wx::Perl::ListView::Model, $parent a parent
window for the control and $style any style appropriate for
Wx::Perl::ListView.
$view->support_dnd;
Enables items of the list to be moved by using drag and drop.
| Wx-Perl-EntryList documentation | view source | Contained in the Wx-Perl-EntryList distribution. |