class WireWidget(__builtin__.object) |
|
A class to be used for widgets in the WireBoard who want to define
on click behaviours.
It allows selection to be triggered for only one widget at a time. |
|
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|