Public Member Functions | |
def | __init__ |
def | delete |
def | draw |
def | draw_line |
Public Attributes | |
active | |
canvas | |
color | |
id | |
width | |
x0 | |
x1 | |
y0 | |
y1 |
Definition at line 148 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasLine.__init__ | ( | self, | |
canvas, | |||
x0, | |||
y0, | |||
x1, | |||
y1, | |||
color, | |||
width | |||
) |
Definition at line 149 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasLine.delete | ( | self | ) |
Definition at line 174 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasLine.draw | ( | self | ) |
Definition at line 162 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasLine.draw_line | ( | self, | |
x0, | |||
y0, | |||
x1, | |||
y1 | |||
) |
Definition at line 167 of file tkjoystick.py.
Reimplemented from TkJoyStick.tkjoystick.ToggleItem.
Definition at line 162 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.
Definition at line 149 of file tkjoystick.py.