Trait gtk::GestureSingleExt
[−]
[src]
pub trait GestureSingleExt {
fn get_button(&self) -> u32;
fn get_current_button(&self) -> u32;
fn get_exclusive(&self) -> bool;
fn get_touch_only(&self) -> bool;
fn set_button(&self, button: u32);
fn set_exclusive(&self, exclusive: bool);
fn set_touch_only(&self, touch_only: bool);
}
Required Methods
fn get_exclusive(&self) -> bool
fn get_touch_only(&self) -> bool
fn set_exclusive(&self, exclusive: bool)
fn set_touch_only(&self, touch_only: bool)
Implementors
impl<O: IsA<GestureSingle>> GestureSingleExt for O