yi-0.12.3: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • Cpp
  • ScopedTypeVariables
  • OverloadedStrings
  • RecordPuns
  • ViewPatterns
  • TupleSections
  • ExplicitForAll
  • NondecreasingIndentation
  • LambdaCase

Yi.UI.Pango

Description

This module defines a user interface implemented using gtk2hs and pango for direct text rendering.

Synopsis

Documentation

start :: UIBoot Source

Initialise the ui

startGtkHook :: (Window -> IO ()) -> UIBoot Source

Initialise the ui, calling a given function on the Gtk window. This could be used to set additional callbacks, adjusting the window layout, etc.