pub unsafe trait EventKind: StaticType + FromGlibPtrFull<*mut GdkEvent> + 'static {
    fn event_types() -> &'static [EventType];
}
Expand description

A common trait implemented by the various Event types.

Safety

The user is not supposed to implement this trait.

Required methods

Implementors