twentefp-eventloop-graphics-0.1.0.2: An eventloop based graphical IO system. Used as Lab Assignments Environment at Univeriteit Twente

Safe HaskellSafe-Inferred
LanguageHaskell98

EventLoop.Output.Graphical

Documentation

data GObject Source

Constructors

GObject 

Fields

name :: Name
 
prim :: Primitive
 
children :: [GObject]
 
Container 

Fields

children :: [GObject]
 

Instances

type Name = [Char] Source

type Font = [Char] Source