13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
[#appendix-tui-eventloop]
|
|
= View Development
|
|
:page-section-summary-toc: 1
|
|
|
|
While a _view_ just need to implement `View` it's usually convenient to just
|
|
use `BoxView` as a parent.
|
|
|
|
[[register-bindings]]
|
|
== Register Bindings
|
|
|
|
In an `AbstractView` use variants of _registerKeyBinding_, _registerHotKeyBinding_
|
|
and _registerMouseBinding_.
|