13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
[#appendix-tui-eventloop]
|
|
= View Development
|
|
:page-section-summary-toc: 1
|
|
|
|
While a _view_ just needs 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_.
|