helic-0.5.1.0: Clipboard Manager
Safe HaskellNone
LanguageHaskell2010

Helic.Effect.Gtk

Description

The effect Gtk is a utility for running the GTK main loop in a resource-safe manner.

Synopsis

Documentation

data Gtk s :: Effect where Source #

This effect is a utility for running the GTK main loop in a resource-safe manner.

Constructors

Main :: Gtk s m ()

Run the Gtk main loop, blocking.

Resource :: Gtk s m s

Return the default resource, usually a Display.