fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Fl_Enumerations

Contents

Synopsis

Events

data FdWhen

Constructors

CanRead 
CanWrite 
OnExcept 

Tree Attributes

Keyboard and mouse codes

Widget damage types

Glut attributes

data GlutDraw

Constructors

GlutNormal 
GlutOverlay 

data GlutUpDown

Constructors

GlutDown 
GlutUp 

Cursor type

Various modes

Alignment

newtype Alignments

Constructors

Alignments [AlignType] 

Instances

Box types

Box functions

Fonts

newtype Font

Constructors

Font Int 

Instances

(Un-)marshalling

Font Names

Colors

newtype Color

Constructors

Color CUInt 

Instances

(Un-)marshalling

Various Color Functions

colorCube :: Int -> Int -> Int -> Color

Color Names

Labels

Color

type RGB = (CUChar, CUChar, CUChar)