docs: mention the viewport type

This commit is contained in:
Jonathan Daugherty 2015-07-23 22:55:54 -07:00
parent c5b7acf43d
commit a24c3156c4

View File

@ -570,7 +570,8 @@ Viewports
=========
A *viewport* is a scrollable window onto another widget. Viewports have
a *scrolling direction* which can be one of:
a *scrolling direction* of type ``Brick.Widgets.Core.ViewportType``
which can be one of:
* ``Horizontal``: the viewport can only scroll horizontally.
* ``Vertical``: the viewport can only scroll vertically.