yi-frontend-pango-0.19.1: Pango frontend for Yi editor
LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • Cpp
  • ScopedTypeVariables
  • OverloadedStrings
  • RecordPuns
  • ViewPatterns
  • TupleSections
  • ExplicitForAll
  • LambdaCase

Yi.Frontend.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.

Orphan instances