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