mirror of https://github.com/kivy/kivy.git
doc: syntax
This commit is contained in:
parent
7f5158545b
commit
933bc0b97b
|
@ -505,7 +505,7 @@ class FocusBehavior(object):
|
||||||
focused widgets, if, the config keyboard mode is not multi. Touches on
|
focused widgets, if, the config keyboard mode is not multi. Touches on
|
||||||
focusable widgets that were used to focus are automatically added here.
|
focusable widgets that were used to focus are automatically added here.
|
||||||
|
|
||||||
Example usage:
|
Example usage::
|
||||||
|
|
||||||
class Unfocusable(Widget):
|
class Unfocusable(Widget):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue