[][src]Struct gtk::GesturePanBuilder

pub struct GesturePanBuilder { /* fields omitted */ }

Implementations

impl GesturePanBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> GesturePan[src]

pub fn orientation(self, orientation: Orientation) -> Self[src]

pub fn button(self, button: u32) -> Self[src]

pub fn exclusive(self, exclusive: bool) -> Self[src]

pub fn touch_only(self, touch_only: bool) -> Self[src]

pub fn n_points(self, n_points: u32) -> Self[src]

pub fn window<P: IsA<Window>>(self, window: &P) -> Self[src]

pub fn propagation_phase(self, propagation_phase: PropagationPhase) -> Self[src]

pub fn widget<P: IsA<Widget>>(self, widget: &P) -> Self[src]

Trait Implementations

impl Clone for GesturePanBuilder[src]

impl Default for GesturePanBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for GesturePanBuilder

impl !Send for GesturePanBuilder

impl !Sync for GesturePanBuilder

impl Unpin for GesturePanBuilder

impl UnwindSafe for GesturePanBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.