From f6720958c36d243e9623e9647d17403dc9bf47ff Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Thu, 9 Jan 2014 23:47:58 +0200 Subject: [PATCH] doc: revisions to core/windows/__init__.py --- kivy/core/window/__init__.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kivy/core/window/__init__.py b/kivy/core/window/__init__.py index 9288a874c..8d562ecb4 100755 --- a/kivy/core/window/__init__.py +++ b/kivy/core/window/__init__.py @@ -926,14 +926,11 @@ class WindowBase(EventDispatcher): closed. This can be because somebody else requested the keyboard or the user closed it. `target`: Widget - Attach the keyboard to the specified target. Ensure you have a + Attach the keyboard to the specified `target`. This should be + the widget that requested the keyboard. Ensure you have a different target attached to each keyboard if you're working in a multi user mode. - `target` must be the widget source that requested the keyboard - and must have a method named `on_keyboard_text` that will be - called by the vkeyboard. - .. versionadded:: 1.0.8 `input_type`: string