X11-1.10.3: A binding to the X11 graphics library
Copyright(c) Alastair Reid 1999-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.X11.Xlib.Screen

Description

A collection of FFI declarations for interfacing with Xlib Screens.

Synopsis

Documentation

blackPixelOfScreen :: Screen -> Pixel Source #

interface to the X11 library function XBlackPixelOfScreen().

whitePixelOfScreen :: Screen -> Pixel Source #

interface to the X11 library function XWhitePixelOfScreen().

cellsOfScreen :: Screen -> CInt Source #

interface to the X11 library function XCellsOfScreen().

defaultColormapOfScreen :: Screen -> Colormap Source #

interface to the X11 library function XDefaultColormapOfScreen().

defaultDepthOfScreen :: Screen -> CInt Source #

interface to the X11 library function XDefaultDepthOfScreen().

defaultGCOfScreen :: Screen -> GC Source #

interface to the X11 library function XDefaultGCOfScreen().

defaultVisualOfScreen :: Screen -> Visual Source #

interface to the X11 library function XDefaultVisualOfScreen().

doesBackingStore :: Screen -> Bool Source #

interface to the X11 library function XDoesBackingStore().

doesSaveUnders :: Screen -> Bool Source #

interface to the X11 library function XDoesSaveUnders().

displayOfScreen :: Screen -> Display Source #

interface to the X11 library function XDisplayOfScreen().

eventMaskOfScreen :: Screen -> EventMask Source #

interface to the X11 library function XEventMaskOfScreen(). Event mask at connection setup time - not current event mask!

minCmapsOfScreen :: Screen -> CInt Source #

interface to the X11 library function XMinCmapsOfScreen().

maxCmapsOfScreen :: Screen -> CInt Source #

interface to the X11 library function XMaxCmapsOfScreen().

rootWindowOfScreen :: Screen -> Window Source #

interface to the X11 library function XRootWindowOfScreen().

widthOfScreen :: Screen -> Dimension Source #

interface to the X11 library function XWidthOfScreen().

widthMMOfScreen :: Screen -> Dimension Source #

interface to the X11 library function XWidthMMOfScreen().

heightOfScreen :: Screen -> Dimension Source #

interface to the X11 library function XHeightOfScreen().

heightMMOfScreen :: Screen -> Dimension Source #

interface to the X11 library function XHeightMMOfScreen().

planesOfScreen :: Screen -> CInt Source #

interface to the X11 library function XPlanesOfScreen().

screenNumberOfScreen :: Screen -> ScreenNumber Source #

interface to the X11 library function XScreenNumberOfScreen().