gi-gdkx11-4.0.1: 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.

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