gi-gdk-4.0.9: Gdk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

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