Python-EFL: trivial docs change, be consistent with header types, no code changes

This commit is contained in:
Davide Andreoli 2013-05-01 14:34:45 +02:00
parent f4fe41073f
commit 01663ecd99
64 changed files with 234 additions and 59 deletions

View File

@ -34,6 +34,7 @@ Elementary
----------
.. toctree:: elementary/elementary
:maxdepth: 3
Acknowledgements

View File

@ -19,7 +19,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/actionslider-preview.png
@ -57,6 +58,8 @@ Default text parts of the actionslider widget that you can use for are:
- **center** - A center label of the actionslider
Enumerations
------------
.. _Elm_Actionslider_Pos:

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/background-preview.png
@ -37,6 +38,9 @@ Default content parts of the bg widget that you can use for are:
- **overlay** - overlay of the bg
Enumerations
------------
.. _Elm_Bg_Option:
.. rubric:: Background display modes

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/box-preview.png
@ -78,6 +79,9 @@ children of the box.
.. note:: Objects should not be added to box objects using _add() calls.
Enumerations
------------
.. rubric:: Box layout modes
.. data:: ELM_BOX_LAYOUT_HORIZONTAL

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/bubble-preview.png
@ -61,6 +62,8 @@ Default text parts of the button widget that you can use for are:
- **info** - info of the bubble
Enumerations
------------
.. rubric:: Bubble arrow positions

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/button-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/calendar-preview.png
@ -41,6 +42,9 @@ This widget emits the following signals, besides the ones sent from
- ``changed`` - emitted when the date in the calendar is changed.
Enumerations
------------
.. _Elm_Calendar_Mark_Repeat_Type:
.. rubric:: Calendar mark repeat types

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/check-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/clock-preview.png
@ -54,6 +55,9 @@ This widget emits the following signals, besides the ones sent from
- ``changed`` - the clock's user changed the time
Enumerations
------------
.. rubric:: Clock edit modes
.. data:: ELM_CLOCK_EDIT_DEFAULT

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/colorselector-preview.png
@ -43,6 +44,9 @@ This widget emits the following signals, besides the ones sent from
color item.
Enumerations
------------
.. rubric:: Colorselector modes
.. data:: ELM_COLORSELECTOR_PALETTE

View File

@ -18,6 +18,9 @@
"""
Enumerations
------------
.. _Elm_Softcursor_Mode:
.. rubric:: Elm_Softcursor_Mode

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/conformant-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/ctxpopup-preview.png
@ -51,6 +52,9 @@ Default text parts of the ctxpopup items that you can use for are:
.. note:: Ctxpopup is a specialization of :py:class:`elementary.hover.Hover`.
Enumerations
------------
.. rubric:: Ctxpopup arrow directions
.. data:: ELM_CTXPOPUP_DIRECTION_DOWN

View File

@ -18,8 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
Datetime widget is used to display and input date & time values.
@ -212,6 +212,9 @@ This widget emits the following signals, besides the ones sent from
signal is sent.
Enumerations
------------
.. rubric:: Datetime fields
.. data:: ELM_DATETIME_YEAR

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/dayselector-preview.png
@ -69,6 +70,9 @@ Available styles for dayselector are:
- default
Enumerations
------------
.. _Elm_Dayselector_Day:
.. rubric:: Dayselector days

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/diskselector-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/entry-preview.png
@ -238,6 +239,9 @@ Default text parts of the entry that you can use for are:
- "default" - text of the entry
Enumerations
------------
.. _Elm_Autocapital_Type:
.. rubric:: Autocapitalization types

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/fileselector-preview.png
@ -59,6 +60,9 @@ This widget emits the following signals, besides the ones sent from
buttons (*event_info* is the selection's path)
Enumerations
------------
.. rubric:: Fileselector modes
.. data:: ELM_FILESELECTOR_LIST

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/fileselector-button-preview.png
@ -58,6 +59,9 @@ for are:
- "icon" - Icon of the fileselector_button
Enumerations
------------
.. rubric:: Fileselector modes
.. data:: ELM_FILESELECTOR_LIST

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/fileselector-entry-preview.png
@ -72,6 +73,9 @@ are:
- "button icon" - Button icon of the fileselector_entry
Enumerations
------------
.. rubric:: Fileselector modes
.. data:: ELM_FILESELECTOR_LIST

View File

@ -17,7 +17,9 @@
#
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/flipselector-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/frame-preview.png

View File

@ -18,6 +18,9 @@
"""
Enumerations
------------
.. _Elm_Policy:
.. rubric:: Policy types

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/gengrid-preview.png
@ -213,6 +214,9 @@ Smart events that you can add callbacks for are:
until the right edge.
Enumerations
------------
.. rubric:: Items' scroll to types
.. data:: ELM_GENLIST_ITEM_SCROLLTO_NONE

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/genlist-preview.png
@ -342,6 +343,9 @@ Signals that you can add callbacks for are:
is finished.
Enumerations
------------
.. rubric:: Genlist item types
.. data:: ELM_GENLIST_ITEM_NONE

View File

@ -17,7 +17,9 @@
#
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/gesturelayer-preview.png
@ -84,6 +86,9 @@ behavior so gesture starts when user touches (a *DOWN* event)
touch-surface and ends when no fingers touches surface (a *UP* event).
Enumerations
------------
.. _Elm_Gesture_State:
.. rubric:: Gesture states

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/grid-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/hover-preview.png
@ -81,6 +82,9 @@ deleted, and vice-versa.
will be displayed
Enumerations
------------
.. data:: ELM_HOVER_AXIS_NONE
No preferred orientation

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/hoversel-preview.png
@ -49,6 +50,9 @@ Default text parts of the hoversel widget that you can use for are:
- "default" - Label of the hoversel
Enumerations
------------
.. _Elm_Icon_Type:
.. rubric:: Icon types

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/icon-preview.png
@ -97,6 +98,9 @@ This widget emits the following signals, besides the ones sent from
- ``"thumb,error"`` - Setting :py:attr:`thumb` has failed
Enumerations
------------
.. rubric:: Icon lookup modes
.. data:: ELM_ICON_LOOKUP_FDO_THEME

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/index-preview.png

View File

@ -16,7 +16,9 @@
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/innerwindow-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/label-preview.png
@ -50,6 +51,9 @@ This widget emits the following signals, besides the ones sent from
- *"language,changed"*: The program's language changed.
Enumerations
------------
.. _Elm_Wrap_Type:
.. rubric:: Wrap modes

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/layout-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/list-preview.png
@ -61,6 +62,9 @@ Default text parts of the list items that you can use for are:
- "default" - label in the list item
Enumerations
------------
.. _Elm_List_Mode:
.. rubric:: List sizing modes

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/map-preview.png
:width: 100%
@ -68,6 +69,9 @@ It supports some basic but yet nice features:
- "language,changed" - the program's language changed
Enumerations
------------
.. rubric:: Map overlay types
.. data:: ELM_MAP_OVERLAY_TYPE_NONE

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/mapbuf-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/menu-preview.png

View File

@ -16,7 +16,9 @@
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/multibuttonentry-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/naviframe-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/notify-preview.png
@ -38,6 +39,9 @@ Default content parts of the notify widget that you can use are:
- ``"default"`` - The main content of the notify
Enumerations
------------
.. _Elm_Notify_Orient:
.. rubric:: Notify orientation types

View File

@ -55,6 +55,10 @@ More information is on
- X11R6 Inter-Client Communication Conventions Manual, section 2
Enumerations
------------
.. _Elm_Focus_Direction:
.. rubric:: Focus direction

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/panel-preview.png
@ -38,6 +39,9 @@ Default content parts of the panel widget that you can use for are:
- "default" - A content of the panel
Enumerations
------------
.. rubric:: Panel orientation types
.. data:: ELM_PANEL_ORIENT_TOP

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/panes-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/photo-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
This is a widget specifically for displaying high-resolution digital
@ -52,6 +53,9 @@ Signals that you can add callbacks for are:
- "scroll,drag,stop" - dragging the contents around has stopped
Enumerations
------------
.. rubric:: Photocam zoom modes
.. data:: ELM_PHOTOCAM_ZOOM_MODE_MANUAL

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/popup-preview.png
@ -100,6 +101,9 @@ Default text parts of the popup widget that you can use for are:
- "default" - content-text set in the content area of the widget
Enumerations
------------
.. rubric:: Popup orientation types
.. data:: ELM_POPUP_ORIENT_TOP

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/progressbar-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/radio-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/scroller-preview.png
@ -71,6 +72,10 @@ Default content parts of the scroller widget that you can use for are:
.. note:: When Elementary is in desktop mode the thumbscroll(a.k.a.
fingerscroll) won't work.
Enumerations
------------
.. rubric:: Scrollbar visibility
.. data:: ELM_SCROLLER_POLICY_AUTO

View File

@ -16,7 +16,9 @@
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/segmentcontrol-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/separator-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/slider-preview.png

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/slideshow-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/spinner-preview.png

View File

@ -70,6 +70,9 @@ is called in the mainloop and is expected to take minimal or almost no time
to simply free up memory resources.
Enumerations
------------
.. _Elm_Store_Item_Mapping_Type:
.. rubric:: Store item mapping types

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/table-preview.png

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
Elementary uses Edje to theme its widgets, naturally. But for the most
part this is hidden behind a simpler interface that lets the user set

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/thumb-preview.png
@ -59,6 +60,9 @@ Available styles:
- ``"noframe"``
Enumerations
------------
.. rubric:: Thumb animation modes
.. data:: ELM_THUMB_ANIMATION_START

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
.. image:: /images/toolbar-preview.png
@ -47,6 +48,9 @@ Default text parts of the toolbar items that you can use for are:
- "default" - label of the toolbar item
Enumerations
------------
.. _Elm_Icon_Lookup_Order:
.. rubric:: Icon lookup modes

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
Transit is designed to apply various animated transition effects to
@ -65,6 +66,9 @@ It's also possible to make a transition chain with :py:func:`chain_transit_add`.
manipulated inside the theme.
Enumerations
------------
.. _Elm_Transit_Effect_Flip_Axis:
.. rubric:: Flip effects

View File

@ -17,7 +17,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
Display a video by using Emotion.

View File

@ -18,6 +18,9 @@
"""
Enumerations
------------
.. rubric:: Web window features
.. data:: ELM_WEB_WINDOW_FEATURE_TOOLBAR

View File

@ -18,7 +18,8 @@
"""
.. rubric:: Widget description
Widget description
------------------
The window class of Elementary.
@ -104,6 +105,10 @@ Signals that you can add callbacks for are:
- "rotation,changed": window rotation has been changed
- "profile,changed": profile of the window has been changed
Enumerations
------------
.. _Elm_Win_Type:
.. rubric:: Window types