yi-0.12.6: 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

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

Ord Modifier Source # 

Methods

compare :: Modifier -> Modifier -> Ordering #

(<) :: Modifier -> Modifier -> Bool #

(<=) :: Modifier -> Modifier -> Bool #

(>) :: Modifier -> Modifier -> Bool #

(>=) :: Modifier -> Modifier -> Bool #

max :: Modifier -> Modifier -> Modifier #

min :: Modifier -> Modifier -> Modifier #