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.
DataViewListCtrlrepresents a C++wxDataViewListCtrlclass instance which your code has ownership,DataViewListCtrlIsOwned<false>represents one which don’t own.- Use
DataViewListCtrl’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxDataViewListCtrlclass’s documentation for more details.
Aliased Type§
pub struct DataViewListCtrl(/* private fields */);