module Gdk::DragSurface

Overview

A Gdk::DragSurface is an interface for surfaces used during DND.

Defined in:

lib/gi-crystal/src/auto/gdk-4.0/drag_surface.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def present(width : Int32, height : Int32) : Bool #

[View source]
abstract def to_unsafe #

[View source]