Module: Gdk::DragSurface

Defined in:
(unknown)

Overview

A GdkDragSurface is an interface for surfaces used during DND.

Instance Method Summary collapse

Instance Method Details

#present(width, height) ⇒ Boolean

Present drag_surface.

Parameters:

  • width (Integer)

    the unconstrained drag_surface width to layout

  • height (Integer)

    the unconstrained drag_surface height to layout

Returns:

  • (Boolean)

    false if it failed to be presented, otherwise true.