pub type Treebook = TreebookIsOwned<true>;
Expand description
This class is an extension of the wxNotebook class that allows a tree structured set of pages to be shown in a control.
Treebook
represents a C++wxTreebook
class instance which your code has ownership,TreebookIsOwned
<false>
represents one which don’t own.- Use
Treebook
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxTreebook
class’s documentation for more details.
Aliased Type§
pub struct Treebook(/* private fields */);