gi-gdkx11-3.0.6: GdkX11 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.GdkX11.Objects.X11DeviceXI2

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype X11DeviceXI2 Source #

Memory-managed wrapper type.

Instances
GObject X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

Methods

gobjectType :: IO GType #

HasParentTypes X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

type ParentTypes X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

type ParentTypes X11DeviceXI2 = Device ': (Object ': ([] :: [Type]))

class (GObject o, IsDescendantOf X11DeviceXI2 o) => IsX11DeviceXI2 o Source #

Type class for types which can be safely cast to X11DeviceXI2, for instance with toX11DeviceXI2.

Instances
(GObject o, IsDescendantOf X11DeviceXI2 o) => IsX11DeviceXI2 o Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

toX11DeviceXI2 :: (MonadIO m, IsX11DeviceXI2 o) => o -> m X11DeviceXI2 Source #

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

Properties

deviceId

No description available in the introspection data.

constructX11DeviceXI2DeviceId :: IsX11DeviceXI2 o => Int32 -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “device-id” property. This is rarely needed directly, but it is used by new.

getX11DeviceXI2DeviceId :: (MonadIO m, IsX11DeviceXI2 o) => o -> m Int32 Source #

Get the value of the “device-id” property. When overloading is enabled, this is equivalent to

get x11DeviceXI2 #deviceId