The KeyboardWidget class provides a virtual on-screen alphanumeric keyboard. More...
Public Member Functions | |
| def | __init__ |
| Creates a KeyboardWidget that will send keyboard events to it's parent. | |
The KeyboardWidget class provides a virtual on-screen alphanumeric keyboard.
Definition at line 28 of file KeyboardWidget.py.
| def Koo::Pos::KeyboardWidget::KeyboardWidget::__init__ | ( | self, | ||
| parent | ||||
| ) |
Creates a KeyboardWidget that will send keyboard events to it's parent.
It will also be positioned in the screen acording to its parent coordinates.
Reimplemented from Koo::Pos::AbstractKeyboardWidget::AbstractKeyboardWidget.
Definition at line 31 of file KeyboardWidget.py.