X11-1.6.1.1: A binding to the X11 graphics library

Portabilityportable
Stabilityprovisional
Maintainerlibraries@haskell.org
Safe HaskellSafe-Inferred

Graphics.X11.Xlib.Types

Description

A collection of type declarations for interfacing with Xlib.

Synopsis

Documentation

newtype Display

pointer to an X11 Display structure

Constructors

Display (Ptr Display) 

Instances

Eq Display 
Data Display 
Ord Display 
Show Display 
Typeable Display 

newtype Screen

pointer to an X11 Screen structure

Constructors

Screen (Ptr Screen) 

Instances

Eq Screen 
Data Screen 
Ord Screen 
Show Screen 
Typeable Screen 

newtype Visual

pointer to an X11 Visual structure

Constructors

Visual (Ptr Visual) 

Instances

Eq Visual 
Data Visual 
Ord Visual 
Show Visual 
Typeable Visual 

newtype GC

pointer to an X11 GC structure

Constructors

GC (Ptr GC) 

Instances

Eq GC 
Data GC 
Ord GC 
Show GC 
Typeable GC 

data GCValues

pointer to an X11 XGCValues structure

Instances

Eq GCValues 
Data GCValues 
Ord GCValues 
Show GCValues 
Typeable GCValues 

data SetWindowAttributes

pointer to an X11 XSetWindowAttributes structure

data VisualInfo

counterpart of an X11 XVisualInfo structure

Instances

Eq VisualInfo 
Show VisualInfo 
Typeable VisualInfo 
Storable VisualInfo 
Default VisualInfo 

newtype Image

pointer to an X11 XImage structure

Constructors

Image (Ptr Image) 

Instances

Eq Image 
Data Image 
Ord Image 
Show Image 
Typeable Image 

data Point

counterpart of an X11 XPoint structure

Constructors

Point 

Fields

pt_x :: !Position
 
pt_y :: !Position
 

Instances

Eq Point 
Data Point 
Show Point 
Typeable Point 
Storable Point 

data Rectangle

counterpart of an X11 XRectangle structure

Instances

Eq Rectangle 
Data Rectangle 
Read Rectangle 
Show Rectangle 
Typeable Rectangle 
Storable Rectangle 

data Arc

counterpart of an X11 XArc structure

Instances

Eq Arc 
Show Arc 
Typeable Arc 
Storable Arc 

data Segment

counterpart of an X11 XSegment structure

Constructors

Segment 

Instances

Eq Segment 
Data Segment 
Show Segment 
Typeable Segment 
Storable Segment 

data Color

counterpart of an X11 XColor structure

Constructors

Color 

Fields

color_pixel :: Pixel
 
color_red :: Word16
 
color_green :: Word16
 
color_blue :: Word16
 
color_flags :: Word8
 

Instances

Eq Color 
Data Color 
Show Color 
Typeable Color 
Storable Color 

type Pixel = Word64

type Position = Int32

type Dimension = Word32

type Angle = CInt

type ScreenNumber = Word32

type Buffer = CInt