Wx::Perl::EntryList::VirtualListCtrlView - display an entry list


Wx-Perl-EntryList documentation  | view source Contained in the Wx-Perl-EntryList distribution.

Index


NAME

Top

Wx::Perl::EntryList::VirtualListCtrlView - display an entry list

DESCRIPTION

Top

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.

METHODS

Top

new

  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.

support_dnd

  $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.