pub type Window = WindowIsOwned<true>;Expand description
wxWindow is the base class for all windows and represents any visible object on screen.
Windowrepresents a C++wxWindowclass instance which your code has ownership,WindowIsOwned<false>represents one which don’t own.- Use
Window’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxWindowclass’s documentation for more details.
Aliased Type§
pub struct Window(/* private fields */);