pcisim.core.wirewidget
index
../../src/pcisim/core/wirewidget.py

A support module for WireBoard widgets.

 
Modules
       
wx

 
Classes
       
__builtin__.object
WireWidget

 
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)

 
Data
        __all__ = ['WireWidget']