pub type GridEditorCreatedEvent = GridEditorCreatedEventIsOwned<true>;
Expand description
GridEditorCreatedEvent
represents a C++wxGridEditorCreatedEvent
class instance which your code has ownership,GridEditorCreatedEventIsOwned
<false>
represents one which don’t own.- Use
GridEditorCreatedEvent
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxGridEditorCreatedEvent
class’s documentation for more details.
Aliased Type§
pub struct GridEditorCreatedEvent(/* private fields */);