pub type Object = ObjectIsOwned<true>;Expand description
This is the root class of many of the wxWidgets classes.
Objectrepresents a C++wxObjectclass instance which your code has ownership,ObjectIsOwned<false>represents one which don’t own.- Use
Object’snew()to create an instance of this class. - See C++
wxObjectclass’s documentation for more details.
Aliased Type§
pub struct Object(/* private fields */);