docs/terminology.rst
author Radek Brich <radek.brich@devl.cz>
Wed, 03 Sep 2014 08:57:24 +0200
changeset 108 11dac45bfba4
parent 101 079ced01f875
permissions -rw-r--r--
Fix cursor.

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.