pub type Event = EventIsOwned<true>;Expand description
An event is a structure holding information about an event passed to a callback or member function.
Eventrepresents a C++wxEventclass instance which your code has ownership,EventIsOwned<false>represents one which don’t own.- Use
Event’snew()to create an instance of this class. - See C++
wxEventclass’s documentation for more details.
Aliased Type§
pub struct Event(/* private fields */);