pub type TreeCtrl = TreeCtrlIsOwned<true>;Expand description
A tree control presents information as a hierarchy, with items that may be expanded to show further items.
TreeCtrlrepresents a C++wxTreeCtrlclass instance which your code has ownership,TreeCtrlIsOwned<false>represents one which don’t own.- Use
TreeCtrl’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxTreeCtrlclass’s documentation for more details.
Aliased Type§
pub struct TreeCtrl(/* private fields */);