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