docs/terminology.rst
author Radek Brich <radek.brich@devl.cz>
Sun, 15 Feb 2015 17:50:24 +0100
changeset 116 165b5d65e1cb
parent 101 079ced01f875
permissions -rw-r--r--
Drop AnchorLayout, merge its features into FixedLayout.

Terminology
===========


Buffer
------

Buffer is rectangular offscreen area of known size.

It can be drawn on the screen or into another buffer.


Widget
------

Basic element of the application.

* Can draw itself in given buffer on given position.