docs: mention core module

This commit is contained in:
Jonathan Daugherty 2015-07-23 18:47:39 -07:00
parent 2ae547a42a
commit 476f8412a8

View File

@ -163,6 +163,13 @@ returns a specification of how to draw the entire screen, the underlying
parts of the screen that have changed so you don't need to worry about parts of the screen that have changed so you don't need to worry about
this. this.
Where do I find drawing functions?
**********************************
The most important module providing drawing functions is
``Brick.Widgets.Core``. Beyond that, any module in the ``Brick.Widgets``
namespace provides specific kinds of functionality.
appHandleEvent: Handling Events appHandleEvent: Handling Events
------------------------------- -------------------------------