packages feed

keera-hails-mvc-view-gtk-0.8.0: src/Hails/MVC/View/DefaultViewGtk.hs

-- | Contains a basic UI definition
--
-- Copyright   : (C) Keera Studios Ltd, 2013
-- License     : BSD3
-- Maintainer  : support@keera.co.uk
module Hails.MVC.View.DefaultViewGtk where

-- External libraries
import Graphics.UI.Gtk

import Hails.MVC.View.GladeView

-- | This datatype should hold the elements that we must track in the
-- future (for instance, treeview models)
data View = View
  { uiBuilder :: Builder }

instance GladeView View where
  ui = uiBuilder