|
def | __init__ (self, canvas, x0, y0, x1, y1, color, width) |
|
def | delete (self) |
|
def | draw (self) |
|
def | draw_line (self, x0, y0, x1, y1) |
|
def | __init__ (self) |
|
def | activate (self) |
|
def | deactivate (self) |
|
def | toggle (self) |
|
Definition at line 148 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasLine.__init__ |
( |
|
self, |
|
|
|
canvas, |
|
|
|
x0, |
|
|
|
y0, |
|
|
|
x1, |
|
|
|
y1, |
|
|
|
color, |
|
|
|
width |
|
) |
| |
def TkJoyStick.tkjoystick.CanvasLine.delete |
( |
|
self | ) |
|
def TkJoyStick.tkjoystick.CanvasLine.draw |
( |
|
self | ) |
|
def TkJoyStick.tkjoystick.CanvasLine.draw_line |
( |
|
self, |
|
|
|
x0, |
|
|
|
y0, |
|
|
|
x1, |
|
|
|
y1 |
|
) |
| |
TkJoyStick.tkjoystick.CanvasLine.active |
TkJoyStick.tkjoystick.CanvasLine.canvas |
TkJoyStick.tkjoystick.CanvasLine.color |
TkJoyStick.tkjoystick.CanvasLine.id |
TkJoyStick.tkjoystick.CanvasLine.width |
TkJoyStick.tkjoystick.CanvasLine.x0 |
TkJoyStick.tkjoystick.CanvasLine.x1 |
TkJoyStick.tkjoystick.CanvasLine.y0 |
TkJoyStick.tkjoystick.CanvasLine.y1 |
The documentation for this class was generated from the following file: