Trait gtk::EventControllerExt[][src]

pub trait EventControllerExt: 'static {
    fn get_propagation_phase(&self) -> PropagationPhase;
fn get_widget(&self) -> Option<Widget>;
fn handle_event(&self, event: &Event) -> bool;
fn reset(&self);
fn set_propagation_phase(&self, phase: PropagationPhase);
fn connect_property_propagation_phase_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_propagation_phase(&self) -> PropagationPhase[src]

fn get_widget(&self) -> Option<Widget>[src]

fn handle_event(&self, event: &Event) -> bool[src]

fn reset(&self)[src]

fn set_propagation_phase(&self, phase: PropagationPhase)[src]

fn connect_property_propagation_phase_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<EventController>> EventControllerExt for O[src]

Loading content...