grapefruit-ui-gtk-0.1.0.5: GTK+-based backend for declarative user interface programming

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Grapefruit.GTK

Description

This module provides a GTK+-based UI backend.

Synopsis

Documentation

data GTK Source

Denotes the GTK+-based UI backend.

See the documentation of Graphics.UI.Grapefruit.Backend for an introduction to UI backends.

Constructors

GTK 

Instances

ContainerUIBackend GTK 
BasicUIBackend GTK 
UIBackend GTK 
data Cell GTK where 
type WindowPlacement GTK = Window -> IO () 
type WidgetPlacement GTK = Widget -> IO ()