Docs: Add classes that was not documented

This commit is contained in:
Davide Andreoli 2015-08-04 09:21:21 +02:00
parent 3de1d7be24
commit 43591f8b8e
5 changed files with 15 additions and 2 deletions

View File

@ -200,3 +200,13 @@ Inheritance diagram
.. autoclass:: Map .. autoclass:: Map
.. autoclass:: MapRoute
.. autoclass:: MapName
.. autoclass:: MapOverlay
.. autoclass:: MapOverlayClass
.. autoclass:: MapOverlayBubble
.. autoclass:: MapOverlayLine
.. autoclass:: MapOverlayPolygon
.. autoclass:: MapOverlayCircle
.. autoclass:: MapOverlayScale
.. autoclass:: MapOverlayRoute

View File

@ -58,3 +58,4 @@ Inheritance diagram
.. autoclass:: MultiButtonEntry .. autoclass:: MultiButtonEntry
.. autoclass:: MultiButtonEntryItem

View File

@ -134,3 +134,4 @@ Inheritance diagram
.. autoclass:: Scroller .. autoclass:: Scroller
.. autoclass:: Scrollable

View File

@ -72,3 +72,5 @@ Inheritance diagram
.. autoclass:: Slideshow .. autoclass:: Slideshow
.. autoclass:: SlideshowItem
.. autoclass:: SlideshowItemClass

View File

@ -19,8 +19,7 @@
include "scroller_cdef.pxi" include "scroller_cdef.pxi"
cdef class Scrollable(Object): cdef class Scrollable(Object):
"""Scrollable(..) """
An Elementary scrollable interface will handle an internal **panning** An Elementary scrollable interface will handle an internal **panning**
object. It has the function of clipping and moving the actual scrollable object. It has the function of clipping and moving the actual scrollable
content around, by the command of the scrollable interface calls. content around, by the command of the scrollable interface calls.