packages feed

cairo-appbase-0.2: cairo-appbase.cabal

Cabal-Version:   >= 1.6
Name:            cairo-appbase
Version:         0.2
Synopsis:        Template code for an app using GTK, Glade and Cairo graphics
Description:     This is a template for building new GUI applications. The
                 GTK widget layout is done via a Glade XML file which can be
                 edited visually using glade.

                 This template includes working callbacks to handle the File
                 and Help menus and File Save/Open dialogs, with dummy
                 handlers for selecting filenames and the Edit menu's
                 cut/copy/paste.

                 The main canvas for this application uses Cairo for
                 graphics rendering, and includes example code from the
                 cairo package.
License:         BSD3
License-file:    LICENSE
Author:          Conrad Parker, Johan Bockgård
Maintainer:      conrad@metadecks.org
Category:        GUI
Build-Depends:   base < 5, glib, gtk, glade, cairo
Build-Type:      Simple
Data-Files:      data/main.glade

Executable:      cairo-appbase
Main-Is:         cairo-appbase.hs
Hs-Source-Dirs:  src