mirror of https://github.com/kivy/kivy.git
doc: changed to standard version tagging
This commit is contained in:
parent
0a4fd5b855
commit
8af233d5e7
kivy/uix
|
@ -348,9 +348,10 @@ class Widget(WidgetBase):
|
|||
`widget`: :class:`Widget`
|
||||
Widget to add to our list of children.
|
||||
`index`: int, defaults to 0
|
||||
*(this attribute was added in 1.0.5)*
|
||||
Index to insert the widget in the list
|
||||
|
||||
.. versionadded:: 1.0.5
|
||||
|
||||
>>> from kivy.uix.button import Button
|
||||
>>> from kivy.uix.slider import Slider
|
||||
>>> root = Widget()
|
||||
|
|
Loading…
Reference in New Issue