mirror of https://github.com/kivy/kivy.git
add docstring to ScatterPlane.
This commit is contained in:
parent
0e1c793230
commit
d596d8fafa
|
@ -492,6 +492,9 @@ class Scatter(Widget):
|
|||
|
||||
|
||||
class ScatterPlane(Scatter):
|
||||
'''This is essentially an unbounded Scatter widget, convenience
|
||||
class to make easier the writting of infinite planes
|
||||
'''
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
kwargs.setdefault('auto_bring_to_front', False)
|
||||
|
|
Loading…
Reference in New Issue