The KeyboardWidget class provides a virtual on-screen numeric keyboard. More...
Public Member Functions | |
| def | __init__ |
| Creates a KeypadWidget that will send keyboard events to it's parent. | |
The KeyboardWidget class provides a virtual on-screen numeric keyboard.
Definition at line 28 of file KeypadWidget.py.
| def Koo::Pos::KeypadWidget::KeypadWidget::__init__ | ( | self, | ||
| parent | ||||
| ) |
Creates a KeypadWidget 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 KeypadWidget.py.