yi-frontend-pango-0.15.0: Pango frontend for Yi editor

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

Yi.Frontend.Pango

Contents

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