X11-1.10.2.9: A binding to the X11 graphics library
Copyright(c) Haskell.org 2012
(c) Jochen Keil 2012
LicenseBSD3
MaintainerBen Boeckel <mathstuf@gmail.com> , Jochen Keil <jochen dot keil at gmail dot com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.X11.Xrandr

Description

 
Synopsis

Documentation

data XRRScreenConfiguration Source #

Instances

Instances details
Data XRRScreenConfiguration Source # 
Instance details

Defined in Graphics.X11.Xrandr

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> XRRScreenConfiguration -> c XRRScreenConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c XRRScreenConfiguration #

toConstr :: XRRScreenConfiguration -> Constr #

dataTypeOf :: XRRScreenConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c XRRScreenConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c XRRScreenConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> XRRScreenConfiguration -> XRRScreenConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> XRRScreenConfiguration -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> XRRScreenConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> XRRScreenConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> XRRScreenConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> XRRScreenConfiguration -> m XRRScreenConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> XRRScreenConfiguration -> m XRRScreenConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> XRRScreenConfiguration -> m XRRScreenConfiguration #

Show XRRScreenConfiguration Source # 
Instance details

Defined in Graphics.X11.Xrandr

Eq XRRScreenConfiguration Source # 
Instance details

Defined in Graphics.X11.Xrandr

Ord XRRScreenConfiguration Source # 
Instance details

Defined in Graphics.X11.Xrandr

xrrGetOutputProperty :: Display -> RROutput -> Atom -> CLong -> CLong -> Bool -> Bool -> Atom -> IO (Maybe (Atom, Int, CULong, [Word32])) Source #

xrrGetOutputProperty display output property offset length delete pending propertyType | returns Maybe (actualType, format, bytesAfter, data).