☰
DragSurfaceExt
Required Methods
present
Implementors
In gdk4::prelude
?
Trait
gdk4
::
prelude
::
DragSurfaceExt
source
·
[
−
]
pub trait DragSurfaceExt: 'static { fn
present
(&self, width:
i32
, height:
i32
) ->
bool
; }
Required Methods
source
fn
present
(&self, width:
i32
, height:
i32
) ->
bool
Implementors
source
impl<O:
IsA
<
DragSurface
>>
DragSurfaceExt
for O