nvElevSlider
index
/home/ap/ncvtk/src/nvElevSlider.py

 
Modules
       
Tkinter
sys

 
Classes
       
nvElevSlider

 
class nvElevSlider
     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

 
Functions
       
main()
##################################################################

 
Data
        VERSION = '$Id: nvElevSlider.py,v 1.23 2006/02/27 19:26:53 rsz Exp $'
__FILE__ = './nvElevSlider.py'
indent = ' '