@library{wxcore}
@category{ctrl}
- <!-- @appearance{listctrl.png} -->
+ @appearance{listctrl.png}
@see @ref overview_listctrl "wxListCtrl Overview", wxListView,
wxListBox, wxTreeCtrl, wxImageList, wxListEvent, wxListItem, wxEditableListBox
/**
Destructor, destroying the list control.
*/
- ~wxListCtrl();
+ virtual ~wxListCtrl();
/**
Arranges the items in icon or small icon view. This only has effect on Win32.
@library{wxcore}
@category{ctrl}
- <!-- @appearance{listview.png} -->
+ @appearance{listview.png}
@see wxListView::SetColumnImage
*/