gi-gdk-3.0.10: Gdk 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.Gdk.Objects.DeviceManager

Contents

Description

 

Synopsis

Exported types

newtype DeviceManager Source #

Constructors

DeviceManager (ManagedPtr DeviceManager) 

Instances

GObject DeviceManager Source # 
IsObject DeviceManager Source # 
IsDeviceManager DeviceManager Source # 
((~) * info (ResolveDeviceManagerMethod t DeviceManager), MethodInfo * info DeviceManager p) => IsLabel t (DeviceManager -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DeviceManager -> p #

((~) * info (ResolveDeviceManagerMethod t DeviceManager), MethodInfo * info DeviceManager p) => IsLabelProxy t (DeviceManager -> p) Source # 
HasAttributeList * DeviceManager Source # 
type SignalList DeviceManager Source # 
type SignalList DeviceManager
type AttributeList DeviceManager Source # 
type AttributeList DeviceManager

class GObject o => IsDeviceManager o Source #

Instances

(GObject a, UnknownAncestorError Constraint DeviceManager a) => IsDeviceManager a Source # 
IsDeviceManager DeviceManager Source # 

Methods

getClientPointer

data DeviceManagerGetClientPointerMethodInfo Source #

Instances

((~) * signature (m Device), MonadIO m, IsDeviceManager a) => MethodInfo * DeviceManagerGetClientPointerMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DeviceManagerGetClientPointerMethodInfo a -> signature -> s

deviceManagerGetClientPointer :: (MonadIO m, IsDeviceManager a) => a -> m Device Source #

Deprecated: (Since version 3.20)Use gdk_seat_get_pointer() instead.

getDisplay

data DeviceManagerGetDisplayMethodInfo Source #

Instances

((~) * signature (m (Maybe Display)), MonadIO m, IsDeviceManager a) => MethodInfo * DeviceManagerGetDisplayMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DeviceManagerGetDisplayMethodInfo a -> signature -> s

listDevices

data DeviceManagerListDevicesMethodInfo Source #

Instances

((~) * signature (DeviceType -> m [Device]), MonadIO m, IsDeviceManager a) => MethodInfo * DeviceManagerListDevicesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DeviceManagerListDevicesMethodInfo a -> signature -> s

deviceManagerListDevices :: (MonadIO m, IsDeviceManager a) => a -> DeviceType -> m [Device] Source #

Deprecated: (Since version 3.20), use gdk_seat_get_pointer(), gdk_seat_get_keyboard() and gdk_seat_get_slaves() instead.

Properties

display

data DeviceManagerDisplayPropertyInfo Source #

Instances

AttrInfo DeviceManagerDisplayPropertyInfo Source # 

Associated Types

type AttrAllowedOps DeviceManagerDisplayPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DeviceManagerDisplayPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DeviceManagerDisplayPropertyInfo :: * -> Constraint

type AttrGetType DeviceManagerDisplayPropertyInfo :: *

type AttrLabel DeviceManagerDisplayPropertyInfo :: Symbol

type AttrOrigin DeviceManagerDisplayPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DeviceManagerDisplayPropertyInfo o => Proxy * DeviceManagerDisplayPropertyInfo -> o -> IO (AttrGetType DeviceManagerDisplayPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DeviceManagerDisplayPropertyInfo o, AttrSetTypeConstraint DeviceManagerDisplayPropertyInfo b) => Proxy * DeviceManagerDisplayPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DeviceManagerDisplayPropertyInfo o => Proxy * DeviceManagerDisplayPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DeviceManagerDisplayPropertyInfo o, AttrSetTypeConstraint DeviceManagerDisplayPropertyInfo b) => Proxy * DeviceManagerDisplayPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DeviceManagerDisplayPropertyInfo Source # 
type AttrSetTypeConstraint DeviceManagerDisplayPropertyInfo = IsDisplay
type AttrOrigin DeviceManagerDisplayPropertyInfo Source # 
type AttrLabel DeviceManagerDisplayPropertyInfo Source # 
type AttrLabel DeviceManagerDisplayPropertyInfo = "display"
type AttrGetType DeviceManagerDisplayPropertyInfo Source # 
type AttrBaseTypeConstraint DeviceManagerDisplayPropertyInfo Source # 
type AttrAllowedOps DeviceManagerDisplayPropertyInfo Source # 
type AttrAllowedOps DeviceManagerDisplayPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))

constructDeviceManagerDisplay :: (IsDeviceManager o, IsDisplay a) => a -> IO (GValueConstruct o) Source #

deviceManagerDisplay :: AttrLabelProxy "display" Source #

Signals

deviceAdded

data DeviceManagerDeviceAddedSignalInfo Source #

Instances

SignalInfo DeviceManagerDeviceAddedSignalInfo Source # 

Associated Types

type HaskellCallbackType DeviceManagerDeviceAddedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o DeviceManagerDeviceAddedSignalInfo -> o -> HaskellCallbackType DeviceManagerDeviceAddedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType DeviceManagerDeviceAddedSignalInfo Source # 

afterDeviceManagerDeviceAdded :: (GObject a, MonadIO m) => a -> DeviceManagerDeviceAddedCallback -> m SignalHandlerId Source #

onDeviceManagerDeviceAdded :: (GObject a, MonadIO m) => a -> DeviceManagerDeviceAddedCallback -> m SignalHandlerId Source #

deviceChanged

data DeviceManagerDeviceChangedSignalInfo Source #

Instances

SignalInfo DeviceManagerDeviceChangedSignalInfo Source # 

Associated Types

type HaskellCallbackType DeviceManagerDeviceChangedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o DeviceManagerDeviceChangedSignalInfo -> o -> HaskellCallbackType DeviceManagerDeviceChangedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType DeviceManagerDeviceChangedSignalInfo Source # 

onDeviceManagerDeviceChanged :: (GObject a, MonadIO m) => a -> DeviceManagerDeviceChangedCallback -> m SignalHandlerId Source #

deviceRemoved

data DeviceManagerDeviceRemovedSignalInfo Source #

Instances

SignalInfo DeviceManagerDeviceRemovedSignalInfo Source # 

Associated Types

type HaskellCallbackType DeviceManagerDeviceRemovedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o DeviceManagerDeviceRemovedSignalInfo -> o -> HaskellCallbackType DeviceManagerDeviceRemovedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType DeviceManagerDeviceRemovedSignalInfo Source # 

onDeviceManagerDeviceRemoved :: (GObject a, MonadIO m) => a -> DeviceManagerDeviceRemovedCallback -> m SignalHandlerId Source #