DragSurface

interface DragSurface(source)

A GdkDragSurface is an interface for surfaces used during DND.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class DragSurfaceImpl(gdkDragSurfacePointer: <Error class: unknown class><<Error class: unknown class>>) : Surface, DragSurface

The DragSurfaceImpl type represents a native instance of the DragSurface interface.

Properties

Link copied to clipboard
abstract val gdkDragSurfacePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun onComputeSize(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (size: DragSurfaceSize) -> Unit): <Error class: unknown class>

Emitted when the size for the surface needs to be computed, when it is present.

Link copied to clipboard
open fun present(width: <Error class: unknown class>, height: <Error class: unknown class>): Boolean

Present @drag_surface.