tcell/views
Garrett D'Amore 8a32d2b0c8 Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
..
_demos Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
README.md fixes #62 windows console may have FIFO hang 2015-10-30 12:18:06 -07:00
app.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
boxlayout.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
cellarea.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07: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
spacer.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
sstext.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
sstextbar.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
text.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
text_test.go Fixed text incorrect width calculation for multiline strings 2020-03-15 10:34:41 -07:00
textarea.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
textarea_test.go Fix TextArea SetContent method 2020-05-07 07:39:48 -07:00
textbar.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
view.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07:00
widget.go Version 2.0 work in progress. 2020-08-25 16:20:58 -07: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.