Trait gdk4::prelude::DragSurfaceExt

source ·
pub trait DragSurfaceExt: IsA<DragSurface> + Sealed + 'static {
    // Provided method
    fn present(&self, width: i32, height: i32) -> bool { ... }
}

Provided Methods§

source

fn present(&self, width: i32, height: i32) -> bool

Object Safety§

This trait is not object safe.

Implementors§