Trait gtk::GestureRotateExt [] [src]

pub trait GestureRotateExt {
    fn get_angle_delta(&self) -> f64;
    fn connect_angle_changed<F: Fn(&Self, f64, f64) + 'static>(
        &self,
        f: F
    ) -> u64; }

Required Methods

Implementors