mirror of https://github.com/kivy/kivy.git
Fixed warnings about the experimental nature of the code, and subject-to-change notice.
This commit is contained in:
parent
430f2e793b
commit
1ca0cbd33b
|
@ -6,7 +6,7 @@ Adapter
|
|||
|
||||
.. warning::
|
||||
|
||||
This widget is still experimental, and his API is subject to change in a
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
:class:`~kivy.adapters.adapter.Adapter` is a bridge between data and
|
||||
|
|
|
@ -6,7 +6,7 @@ DictAdapter
|
|||
|
||||
.. warning::
|
||||
|
||||
This widget is still experimental, and his API is subject to change in a
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
:class:`~kivy.adapters.dictadapter.DictAdapter` is an adapter around a python
|
||||
|
|
|
@ -6,7 +6,7 @@ ListAdapter
|
|||
|
||||
.. warning::
|
||||
|
||||
This widget is still experimental, and his API is subject to change in a
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
:class:`ListAdapter` is an adapter around a python list.
|
||||
|
|
|
@ -6,7 +6,7 @@ SelectableDataItem
|
|||
|
||||
.. warning::
|
||||
|
||||
This widget is still experimental, and his API is subject to change in a
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
Data Models
|
||||
|
|
|
@ -6,7 +6,7 @@ SimpleListAdapter
|
|||
|
||||
.. warning::
|
||||
|
||||
This widget is still experimental, and his API is subject to change in a
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
:class:`~kivy.adapters.simplelistadapter.SimpleListAdapter` is for simple
|
||||
|
|
|
@ -4,6 +4,9 @@ Abstract View
|
|||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
The :class:`~kivy.uix.abstractview.AbstractView` widget has an adapter property
|
||||
for an adapter that mediates to data. The adapter manages an
|
||||
item_view_instances dict property that holds views for each data item,
|
||||
|
|
|
@ -6,7 +6,7 @@ List View
|
|||
|
||||
.. warning::
|
||||
|
||||
This widget is still experimental, and his API is subject to change in a
|
||||
This code is still experimental, and its API is subject to change in a
|
||||
future version.
|
||||
|
||||
The :class:`~kivy.uix.listview.ListView` widget provides a scrollable/pannable
|
||||
|
|
Loading…
Reference in New Issue