| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gdk.Structs.DragSurfaceSize
Description
Documentation
newtype DragSurfaceSize #
Constructors
| DragSurfaceSize (ManagedPtr DragSurfaceSize) |
Instances
data DragSurfaceSizeSetSizeMethodInfo #
Instances
| (signature ~ (Int32 -> Int32 -> m ()), MonadIO m) => OverloadedMethod DragSurfaceSizeSetSizeMethodInfo DragSurfaceSize signature | |
Defined in GI.Gdk.Structs.DragSurfaceSize Methods overloadedMethod :: DragSurfaceSize -> signature | |
| OverloadedMethodInfo DragSurfaceSizeSetSizeMethodInfo DragSurfaceSize | |
Defined in GI.Gdk.Structs.DragSurfaceSize Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type family ResolveDragSurfaceSizeMethod (t :: Symbol) o where ... #
Equations
| ResolveDragSurfaceSizeMethod "setSize" o = DragSurfaceSizeSetSizeMethodInfo | |
| ResolveDragSurfaceSizeMethod l o = MethodResolutionFailed l o :: Type |
dragSurfaceSizeSetSize :: (HasCallStack, MonadIO m) => DragSurfaceSize -> Int32 -> Int32 -> m () #