mirror of https://github.com/kivy/kivy.git
doc: changed to a proper note
This commit is contained in:
parent
e4557c6bea
commit
5f8a0ee1c2
|
@ -446,9 +446,11 @@ cdef class EventDispatcher(ObjectWithUid):
|
||||||
stop after the first callback match. For properties, we remove all
|
stop after the first callback match. For properties, we remove all
|
||||||
matching callbacks.
|
matching callbacks.
|
||||||
|
|
||||||
Note, a callback bound with :meth:`fast_bind` without any largs or
|
.. note::
|
||||||
kwargs is equivalent to one bound with :meth:`bind` so either
|
|
||||||
:meth:`unbind` or :meth:`fast_unbind` will unbind it.
|
A callback bound with :meth:`fast_bind` without any largs or
|
||||||
|
kwargs is equivalent to one bound with :meth:`bind` so either
|
||||||
|
:meth:`unbind` or :meth:`fast_unbind` will unbind it.
|
||||||
'''
|
'''
|
||||||
cdef EventObservers observers
|
cdef EventObservers observers
|
||||||
cdef PropertyStorage ps
|
cdef PropertyStorage ps
|
||||||
|
|
Loading…
Reference in New Issue