gi-gdk-4.0.8: Gdk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gdk.Structs.DragSurfaceSize

Description

The GdkDragSurfaceSize struct contains information that is useful to compute the size of a drag surface.

Since: 4.12

Synopsis

Exported types

newtype DragSurfaceSize Source #

Memory-managed wrapper type.

Constructors

DragSurfaceSize (ManagedPtr DragSurfaceSize) 

Instances

Instances details
Eq DragSurfaceSize Source # 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

BoxedPtr DragSurfaceSize Source # 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

ManagedPtrNewtype DragSurfaceSize Source # 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

Methods

Click to display all available methods, including inherited ones

Expand

Methods

None.

Getters

None.

Setters

setSize.

setSize

dragSurfaceSizeSetSize Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DragSurfaceSize

size: a GdkDragSurfaceSize

-> Int32

width: the width

-> Int32

height: the height

-> m () 

Sets the size the drag surface prefers to be resized to.

Since: 4.12