packages feed

grapefruit-ui-gtk-0.0.0.0: src/Graphics/UI/Grapefruit/GTK.hs

-- |This module provides a GTK+-based UI backend.
module Graphics.UI.Grapefruit.GTK (

    GTK (GTK)

) where

    -- Graphics.UI.Grapefruit.GTK
    import Graphics.UI.Grapefruit.GTK.Backend     as GTKUIBackend
    import Graphics.UI.Grapefruit.GTK.Backend.Std as GTKStdUIBackend

    {-|
        Denotes the GTK+-based UI backend.

        See the documentation of "Graphics.UI.Grapefruit.Backend" for an introduction to UI
        backends.
    -}
    data GTK = GTK