gi-gdkx11-4.0.5: GdkX11 bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GdkX11.Objects.X11Drag

Description

No description available in the introspection data.

Synopsis

Exported types

newtype X11Drag Source #

Memory-managed wrapper type.

Constructors

X11Drag (ManagedPtr X11Drag) 

Instances

Instances details
Eq X11Drag Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

Methods

(==) :: X11Drag -> X11Drag -> Bool #

(/=) :: X11Drag -> X11Drag -> Bool #

GObject X11Drag Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

ManagedPtrNewtype X11Drag Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

Methods

toManagedPtr :: X11Drag -> ManagedPtr X11Drag

TypedObject X11Drag Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

Methods

glibType :: IO GType

HasParentTypes X11Drag Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

IsGValue (Maybe X11Drag) Source #

Convert X11Drag to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GdkX11.Objects.X11Drag

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe X11Drag -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe X11Drag)

type ParentTypes X11Drag Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

type ParentTypes X11Drag = '[Drag, Object]

class (GObject o, IsDescendantOf X11Drag o) => IsX11Drag o Source #

Type class for types which can be safely cast to X11Drag, for instance with toX11Drag.

Instances

Instances details
(GObject o, IsDescendantOf X11Drag o) => IsX11Drag o Source # 
Instance details

Defined in GI.GdkX11.Objects.X11Drag

toX11Drag :: (MonadIO m, IsX11Drag o) => o -> m X11Drag Source #

Cast to X11Drag, for types for which this is known to be safe. For general casts, use castTo.

Methods