diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2015-08-04 09:21:21 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2015-08-04 09:21:21 +0200 |
commit | 43591f8b8e6c1e524cccb43811af50490ad4eb74 (patch) | |
tree | 61455e84db27c444bd0a757f253fbfde99ed2106 | |
parent | 3de1d7be24840439bea5352b68236df5c44db859 (diff) |
Docs: Add classes that was not documented
-rw-r--r-- | doc/elementary/map.rst | 10 | ||||
-rw-r--r-- | doc/elementary/multibuttonentry.rst | 1 | ||||
-rw-r--r-- | doc/elementary/scroller.rst | 1 | ||||
-rw-r--r-- | doc/elementary/slideshow.rst | 2 | ||||
-rw-r--r-- | efl/elementary/scroller.pxi | 3 |
5 files changed, 15 insertions, 2 deletions
diff --git a/doc/elementary/map.rst b/doc/elementary/map.rst index 3933e45..263d65c 100644 --- a/doc/elementary/map.rst +++ b/doc/elementary/map.rst | |||
@@ -200,3 +200,13 @@ Inheritance diagram | |||
200 | 200 | ||
201 | 201 | ||
202 | .. autoclass:: Map | 202 | .. autoclass:: Map |
203 | .. autoclass:: MapRoute | ||
204 | .. autoclass:: MapName | ||
205 | .. autoclass:: MapOverlay | ||
206 | .. autoclass:: MapOverlayClass | ||
207 | .. autoclass:: MapOverlayBubble | ||
208 | .. autoclass:: MapOverlayLine | ||
209 | .. autoclass:: MapOverlayPolygon | ||
210 | .. autoclass:: MapOverlayCircle | ||
211 | .. autoclass:: MapOverlayScale | ||
212 | .. autoclass:: MapOverlayRoute | ||
diff --git a/doc/elementary/multibuttonentry.rst b/doc/elementary/multibuttonentry.rst index 04e4562..30b4b88 100644 --- a/doc/elementary/multibuttonentry.rst +++ b/doc/elementary/multibuttonentry.rst | |||
@@ -58,3 +58,4 @@ Inheritance diagram | |||
58 | 58 | ||
59 | 59 | ||
60 | .. autoclass:: MultiButtonEntry | 60 | .. autoclass:: MultiButtonEntry |
61 | .. autoclass:: MultiButtonEntryItem | ||
diff --git a/doc/elementary/scroller.rst b/doc/elementary/scroller.rst index 1c2bb62..b7fdafb 100644 --- a/doc/elementary/scroller.rst +++ b/doc/elementary/scroller.rst | |||
@@ -134,3 +134,4 @@ Inheritance diagram | |||
134 | 134 | ||
135 | 135 | ||
136 | .. autoclass:: Scroller | 136 | .. autoclass:: Scroller |
137 | .. autoclass:: Scrollable | ||
diff --git a/doc/elementary/slideshow.rst b/doc/elementary/slideshow.rst index fd8f625..39b9a02 100644 --- a/doc/elementary/slideshow.rst +++ b/doc/elementary/slideshow.rst | |||
@@ -72,3 +72,5 @@ Inheritance diagram | |||
72 | 72 | ||
73 | 73 | ||
74 | .. autoclass:: Slideshow | 74 | .. autoclass:: Slideshow |
75 | .. autoclass:: SlideshowItem | ||
76 | .. autoclass:: SlideshowItemClass | ||
diff --git a/efl/elementary/scroller.pxi b/efl/elementary/scroller.pxi index e15d8aa..deff9d7 100644 --- a/efl/elementary/scroller.pxi +++ b/efl/elementary/scroller.pxi | |||
@@ -19,8 +19,7 @@ | |||
19 | include "scroller_cdef.pxi" | 19 | include "scroller_cdef.pxi" |
20 | 20 | ||
21 | cdef class Scrollable(Object): | 21 | cdef class Scrollable(Object): |
22 | """Scrollable(..) | 22 | """ |
23 | |||
24 | An Elementary scrollable interface will handle an internal **panning** | 23 | An Elementary scrollable interface will handle an internal **panning** |
25 | object. It has the function of clipping and moving the actual scrollable | 24 | object. It has the function of clipping and moving the actual scrollable |
26 | content around, by the command of the scrollable interface calls. | 25 | content around, by the command of the scrollable interface calls. |