Public Member Functions | |
def | __init__ |
def | delete |
def | draw |
def | draw_text |
Public Attributes | |
active | |
canvas | |
id | |
text | |
x | |
y |
Definition at line 48 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasText.__init__ | ( | self, | |
canvas, | |||
text, | |||
x, | |||
y | |||
) |
Definition at line 49 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasText.delete | ( | self | ) |
Definition at line 69 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasText.draw | ( | self | ) |
Definition at line 58 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasText.draw_text | ( | self, | |
x, | |||
y, | |||
text | |||
) |
Definition at line 63 of file tkjoystick.py.
Reimplemented from TkJoyStick.tkjoystick.ToggleItem.
Definition at line 58 of file tkjoystick.py.
Definition at line 49 of file tkjoystick.py.
Definition at line 49 of file tkjoystick.py.
Definition at line 49 of file tkjoystick.py.
Definition at line 49 of file tkjoystick.py.
Definition at line 49 of file tkjoystick.py.