Type Alias DataViewListCtrl

Source
pub type DataViewListCtrl = DataViewListCtrlIsOwned<true>;
Expand description

This class is a wxDataViewCtrl which internally uses a wxDataViewListStore and forwards most of its API to that class.

Aliased Type§

pub struct DataViewListCtrl(/* private fields */);