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.
DataViewListCtrl
represents a C++wxDataViewListCtrl
class 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++
wxDataViewListCtrl
class’s documentation for more details.
Aliased Type§
pub struct DataViewListCtrl(/* private fields */);