manatee-core-0.0.1: The core of Manatee.

Manatee.Core.Types

Synopsis

Documentation

data Page Source

Page is widget container for render view.

Constructors

Page 

Instances

type PageList = Set PageSource

PageList Contain pages (different view for same buffer) in child process. Build index for looking for corresponding page.

type PageType = StringSource

PageType for different type page.

newtype BufferList Source

BufferList

Instances

type PageModeName = StringSource

PageMode

data PageBufferWrap Source

Constructors

forall a . PageBuffer a => PageBufferWrap a 

type PageBufferNewFun = FilePath -> Client -> PageId -> IO PageBufferWrapSource

Page buffer new function.

data PageViewWrap Source

Constructors

forall a . PageView a => PageViewWrap a 

type PageViewKeymap = forall a. PageView a => Map Text (a -> IO ())Source