keera-hails-mvc-view-gtk-0.0.3.3: Haskell on Gtk rails - Gtk-based View for MVC applications

Safe HaskellNone
LanguageHaskell98

Hails.MVC.View.DefaultViewGtk

Description

Contains a basic UI definition

Synopsis

Documentation

data View Source

This datatype should hold the elements that we must track in the future (for instance, treeview models)

Constructors

View 

Fields

uiBuilder :: Builder
 

Instances