Type Alias Treebook

Source
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.

Aliased Type§

pub struct Treebook(/* private fields */);