gtk2hs-cast-gtkglext

Version 0.10.1.2 revision 0 uploaded by MarcoSilva.

Package meta

Synopsis
A type class for cast functions of Gtk2hs: gtkglext package
Description

This package contains a type class called Cast with a function cast, that is a wrapper for all the castTo* functions of gtk2hs. It makes it easier to write other functions that require a castTo* as a parameter, like xmlGetWidget from glade. The main utility of these packages is to use xmlGetWidgetCast, a version of xmlGetWidget defined in gtk2hs-cast-glade, which has the type: xmlGetWidgetCast :: (Cast widget, WidgetClass widget) => GladeXML -> String -> IO widget.

This is the gtkglext package of gtk2hs-cast, which contains the instances of Cast for the types in the gtkglext package from gtk2hs.

Author
Marco Túlio Gontijo e Silva <marcot@holoscopio.com>
Bug reports
mailto:marcot@holoscopio.com
Category
GUI
Copyright
2009 Marco Túlio Gontijo e Silva <marcot@holoscopio.com>
Homepage
n/a
Maintainer
Marco Túlio Gontijo e Silva <marcot@holoscopio.com>
Package URL
n/a
Stability
alpha

Components