|
Graphics.X11.Xlib.Types | Portability | portable | Stability | provisional | Maintainer | libraries@haskell.org |
|
|
|
Description |
A collection of type declarations for interfacing with Xlib.
|
|
Synopsis |
|
|
|
Documentation |
|
newtype Display |
pointer to an X11 Display structure
| Constructors | | Instances | |
|
|
data Screen |
pointer to an X11 Screen structure
| Instances | |
|
|
data Visual |
pointer to an X11 Visual structure
| Instances | |
|
|
data GC |
pointer to an X11 GC structure
| Instances | |
|
|
data GCValues |
pointer to an X11 XGCValues structure
| Instances | |
|
|
data SetWindowAttributes |
pointer to an X11 XSetWindowAttributes structure
| Instances | |
|
|
newtype Image |
pointer to an X11 XImage structure
| Constructors | | Instances | |
|
|
data Point |
counterpart of an X11 XPoint structure
| Constructors | | Instances | |
|
|
data Rectangle |
counterpart of an X11 XRectangle structure
| Constructors | | Instances | |
|
|
data Arc |
counterpart of an X11 XArc structure
| Constructors | | Instances | |
|
|
data Segment |
counterpart of an X11 XSegment structure
| Constructors | | Instances | |
|
|
data Color |
counterpart of an X11 XColor structure
| Constructors | | Instances | |
|
|
type Pixel = Word64 |
|
type Position = Int32 |
|
type Dimension = Word32 |
|
type Angle = CInt |
|
type ScreenNumber = Word32 |
|
type Buffer = CInt |
|
Produced by Haddock version 2.5.0 |