From ae70d9d10ecfc4be6527a61e2a7f54d7be8bd82a Mon Sep 17 00:00:00 2001 From: Qua-non Date: Wed, 19 Sep 2012 15:21:55 +0530 Subject: [PATCH] Textinput: add versionadded info for `border` instruction --- kivy/uix/textinput.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kivy/uix/textinput.py b/kivy/uix/textinput.py index 49cb41794..31e634e9d 100644 --- a/kivy/uix/textinput.py +++ b/kivy/uix/textinput.py @@ -1477,6 +1477,8 @@ class TextInput(Widget): graphics instruction. Used with :data:`background_normal` and :data:`background_active`. Can be used for a custom background. + .. versionadded:: 1.4.1 + It must be a list of four values: (top, right, bottom, left). Read the BorderImage instruction for more information about how to use it.