pub type EvtHandler = EvtHandlerIsOwned<true>;Expand description
A class that can handle events from the windowing system.
EvtHandlerrepresents a C++wxEvtHandlerclass instance which your code has ownership,EvtHandlerIsOwned<false>represents one which don’t own.- Use
EvtHandler’snew()to create an instance of this class. - See C++
wxEvtHandlerclass’s documentation for more details.
Aliased Type§
pub struct EvtHandler(/* private fields */);