pub type ObjectRefData = ObjectRefDataIsOwned<true>;
Expand description
This class is just a typedef to wxRefCounter and is used by wxObject.
ObjectRefData
represents a C++wxObjectRefData
class instance which your code has ownership,ObjectRefDataIsOwned
<false>
represents one which don’t own.- Use
ObjectRefData
’snew()
to create an instance of this class. - See C++
wxObjectRefData
class’s documentation for more details.
Aliased Type§
pub struct ObjectRefData(/* private fields */);