doc: added link to BoxLayout uix/listview.py

This commit is contained in:
Zen-CODE 2014-07-01 21:44:06 +02:00
parent 74f53dc2ac
commit 43482958c0
1 changed files with 2 additions and 2 deletions

View File

@ -440,8 +440,8 @@ own template, mix it in as follows::
""")
A class called CustomListItem will be instantiated for each list item. Note
that it is a layout, BoxLayout, and is thus a kind of container. It contains a
:class:`~kivy.uix.listview.ListItemButton` instance.
that it is a :class:`~kivy.uix.boxlayout.BoxLayout` and is thus a kind of
container. It contains a :class:`~kivy.uix.listview.ListItemButton` instance.
Using the power of the Kivy language (kv), you can easily build composite list
items -- in addition to ListItemButton, you could have a ListItemLabel, or a