File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
Button Behavior
3
3
===============
4
4
5
- This `mixin <https://en.wikipedia.org/wiki/Mixin>`_ class provides
5
+ The :class:`~kivy.uix.behaviors.button.ButtonBehavior`
6
+ `mixin <https://en.wikipedia.org/wiki/Mixin>`_ class provides
6
7
:class:`~kivy.uix.button.Button` behavior. You can combine this class with
7
8
other widgets, such as an :class:`~kivy.uix.image.Image`, to provide
8
9
alternative buttons that preserve Kivy button behavior.
@@ -54,7 +55,8 @@ def build(self):
54
55
55
56
class ButtonBehavior (object ):
56
57
'''
57
- Provides :class:`~kivy.uix.button.Button` behavior. Please see the
58
+ This `mixin <https://en.wikipedia.org/wiki/Mixin>`_ class provides
59
+ :class:`~kivy.uix.button.Button` behavior. Please see the
58
60
:mod:`button behaviors module <kivy.uix.behaviors.button>` documentation
59
61
for more information.
60
62
You can’t perform that action at this time.
0 commit comments