|  | 
| def | __init__ (self, parent, xname, yname, colours={}, images={}) | 
|  | 
| def | initColours (self, colours) | 
|  | 
| def | initImages (self, images) | 
|  | 
| def | setup (self) | 
|  | 
| def | xLineCoords (self) | 
|  | 
| def | yLineCoords (self) | 
|  | 
| def | update (self, axis, value) | 
|  | 
| def | __init__ (self, parent, gui, options) | 
|  | 
| def | setup (self) | 
|  | 
| def | initWidget (self) | 
|  | 
| def | addMenu (self, menu, label="-") | 
|  | 
| def | open (self) | 
|  | 
| def | close (self) | 
|  | 
| def | genericView (self, parent, value) | 
|  | 
| def | numberView (self, parent, value) | 
|  | 
| def | stringView (self, parent, value) | 
|  | 
| def | dictView (self, parent, value) | 
|  | 
| def | iterView (self, parent, value) | 
|  | 
|  | 
|  | widget | 
|  | 
|  | widgets | 
|  | 
|  | shapes | 
|  | 
|  | axisNames | 
|  | 
|  | size | 
|  | 
|  | gui | 
|  | 
|  | parent | 
|  | 
|  | height | 
|  | 
|  | variables | 
|  | 
|  | notifier | 
|  | 
|  | colours | 
|  | 
|  | fonts | 
|  | 
|  | images | 
|  | 
|  | wrap | 
|  | 
|  | canvas | 
|  | 
|  | widget | 
|  | 
|  | yScroller | 
|  | 
|  | xScroller | 
|  | 
|  | widgets | 
|  | 
|  | gridrow | 
|  | 
§ __init__()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.__init__ | ( |  | self, | 
        
          |  |  |  | parent, | 
        
          |  |  |  | xname, | 
        
          |  |  |  | yname, | 
        
          |  |  |  | colours = {}, | 
        
          |  |  |  | images = {} | 
        
          |  | ) |  |  | 
      
 
Initializes the TkJoystickDualAxis object
@param parent
@param colours
@param images
 
 
 
§ initColours()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.initColours | ( |  | self, | 
        
          |  |  |  | colours | 
        
          |  | ) |  |  | 
      
 
 
§ initImages()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.initImages | ( |  | self, | 
        
          |  |  |  | images | 
        
          |  | ) |  |  | 
      
 
 
§ setup()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.setup | ( |  | self | ) |  | 
      
 
 
§ update()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.update | ( |  | self, | 
        
          |  |  |  | axis, | 
        
          |  |  |  | value | 
        
          |  | ) |  |  | 
      
 
 
§ xLineCoords()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.xLineCoords | ( |  | self | ) |  | 
      
 
get coordinates for x axis line
 
 
 
§ yLineCoords()
      
        
          | def TkJoystickManager.TkJoystickDualAxis.yLineCoords | ( |  | self | ) |  | 
      
 
get coordinates for y axis line
 
 
 
The documentation for this class was generated from the following file: