gi-gdkx11-3.0.4: GdkX11 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
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

IsObject X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

IsDevice X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

IsX11DeviceXI2 X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

class GObject o => IsX11DeviceXI2 o Source #

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

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