pub type ClassInfo = ClassInfoIsOwned<true>;Expand description
This class stores meta-information about classes.
ClassInforepresents a C++wxClassInfoclass instance which your code has ownership,ClassInfoIsOwned<false>represents one which don’t own.- Use
ClassInfo’snew()to create an instance of this class. - See C++
wxClassInfoclass’s documentation for more details.
Aliased Type§
pub struct ClassInfo(/* private fields */);