pub type Object = ObjectIsOwned<true>;
Expand description
This is the root class of many of the wxWidgets classes.
Object
represents a C++wxObject
class 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++
wxObject
class’s documentation for more details.
Aliased Type§
pub struct Object(/* private fields */);