Merge pull request #1754 from Zen-CODE/request_keyboard

doc: revisions to core/windows/__init__.py
This commit is contained in:
Mathieu Virbel 2014-01-09 16:49:28 -08:00
commit cffcd8d44f
1 changed files with 2 additions and 5 deletions

View File

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