mirror of https://github.com/kivy/kivy.git
StencilView docstring revision
This commit is contained in:
parent
6e199aa98f
commit
bc1ade337b
|
@ -19,7 +19,8 @@ provides an efficient way to clip the drawing area of children.
|
|||
|
||||
StencilView is not a layout. Consequently, you have to manage the size and
|
||||
position of its children directly. You can combine (subclass both)
|
||||
a StencilView and a Layout in order thier behavior. For example::
|
||||
a StencilView and a Layout in order to achieve a layout's behavior.
|
||||
For example::
|
||||
|
||||
class BoxStencil(BoxLayout, StencilView):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue