| |
Methods defined here:
- Configure(self, **cfg)
- Apply Tkinter config options
- GetIndex(self)
- Return the axis index
- GetValue(self)
- Return the axis value
- Print(self)
- Print out information about self.
- Reset(self)
- Show(self, **options)
- Show the widget.
- Update(self, *args)
- UpdateAxis(self, axis)
- Update axis data
- __init__(self, axis=None, root=None, var=None, title='Elevation')
- Constructor.
axis: an nvAxis object
root: a Tkinter frame object
var: a Tkinter IntVar object
title: window title
|