Public Member Functions | |
def | __init__ (self, canvas, width, height) |
def | delete (self) |
def | draw (self) |
Public Member Functions inherited from TkJoyStick.tkjoystick.ToggleItem | |
def | __init__ (self) |
def | activate (self) |
def | deactivate (self) |
def | toggle (self) |
Public Attributes | |
active | |
canvas | |
height | |
id | |
width | |
x0 | |
y0 | |
Public Attributes inherited from TkJoyStick.tkjoystick.ToggleItem | |
active | |
Definition at line 73 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasAxis.__init__ | ( | self, | |
canvas, | |||
width, | |||
height | |||
) |
Definition at line 74 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasAxis.delete | ( | self | ) |
Definition at line 98 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasAxis.draw | ( | self | ) |
Definition at line 84 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.active |
Definition at line 85 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.canvas |
Definition at line 80 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.height |
Definition at line 79 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.id |
Definition at line 81 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.width |
Definition at line 78 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.x0 |
Definition at line 76 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasAxis.y0 |
Definition at line 77 of file tkjoystick.py.