tcell/views
Garrett D'Amore 43f9cc0d07 fixes #75 Add goreport and fix related issues 2015-11-04 17:05:24 -08:00
..
_demos fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
README.md fixes #62 windows console may have FIFO hang 2015-10-30 12:18:06 -07:00
app.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
boxlayout.go fixes #75 Add goreport and fix related issues 2015-11-04 17:05:24 -08:00
cellarea.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
constants.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
panel.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
simpstytext.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
spacer.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
text.go fixes #75 Add goreport and fix related issues 2015-11-04 17:05:24 -08:00
textarea.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
textbar.go fixes #72 Make TextBar zero value usable 2015-11-04 11:24:20 -08:00
view.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00
widget.go fixes #74 Make Application an object/class 2015-11-04 14:26:57 -08:00

README.md

tcell views

This package provides some enhanced functionality on top of base tcell. In particular, support for logical views, and a few different kinds of widgets like title bars, and scrollable areas, are provided.

These make up a higher level interface than tcell itself.