Textinput: add versionadded info for `border` instruction

This commit is contained in:
Qua-non 2012-09-19 15:21:55 +05:30
parent b0b172aeaa
commit ae70d9d10e
1 changed files with 2 additions and 0 deletions

View File

@ -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.