Public Member Functions | |
def | __init__ |
def | activate |
def | deactivate |
def | toggle |
Public Attributes | |
active |
Definition at line 29 of file tkjoystick.py.
def TkJoyStick.tkjoystick.ToggleItem.__init__ | ( | self | ) |
Definition at line 30 of file tkjoystick.py.
def TkJoyStick.tkjoystick.ToggleItem.activate | ( | self | ) |
Definition at line 33 of file tkjoystick.py.
def TkJoyStick.tkjoystick.ToggleItem.deactivate | ( | self | ) |
Definition at line 37 of file tkjoystick.py.
def TkJoyStick.tkjoystick.ToggleItem.toggle | ( | self | ) |
Definition at line 41 of file tkjoystick.py.
Reimplemented in TkJoyStick.tkjoystick.CanvasLine, TkJoyStick.tkjoystick.CanvasCircle, TkJoyStick.tkjoystick.CanvasAxis, and TkJoyStick.tkjoystick.CanvasText.
Definition at line 30 of file tkjoystick.py.