Remove dynamic class to not confuse beginner.

This commit is contained in:
Matthew Einhorn 2014-01-26 22:48:36 -05:00
parent ff520ae0b3
commit af5ab702c6
1 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ garbage collected. To demonstrate:
.. code-block:: kv
<MyWidget@BoxLayout>:
<MyWidget>:
label_widget: label_widget
Button:
text: 'Add Button'
@ -266,7 +266,7 @@ in this case. So the correct way is:
.. code-block:: kv
<MyWidget@BoxLayout>:
<MyWidget>:
label_widget: label_widget.__self__
Accessing Widgets defined inside Kv lang in your python code