gi-gdkx11-3.0.10: GdkX11 bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GdkX11.Objects.X11DeviceXI2

Description

No description available in the introspection data.

Synopsis

Exported types

newtype X11DeviceXI2 Source #

Memory-managed wrapper type.

Constructors

X11DeviceXI2 (ManagedPtr X11DeviceXI2) 

Instances

Instances details
Eq X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

Methods

(==) :: X11DeviceXI2 -> X11DeviceXI2 -> Bool

(/=) :: X11DeviceXI2 -> X11DeviceXI2 -> Bool

GObject X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

ManagedPtrNewtype X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

Methods

toManagedPtr :: X11DeviceXI2 -> ManagedPtr X11DeviceXI2

TypedObject X11DeviceXI2 Source # 
Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

Methods

glibType :: IO GType

IsGValue X11DeviceXI2 Source #

Convert X11DeviceXI2 to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GdkX11.Objects.X11DeviceXI2

Methods

toGValue :: X11DeviceXI2 -> IO GValue

fromGValue :: GValue -> IO X11DeviceXI2

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]

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

Instances details
(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.

Methods

Overloaded methods

Properties

deviceId

No description available in the introspection data.

constructX11DeviceXI2DeviceId :: (IsX11DeviceXI2 o, MonadIO m) => Int32 -> m (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