Description Objects from the Class Slots Extends Methods Author(s) See Also
spreadView is a class to represent a view that is a spreadsheet. spreadView inherits from the virtual class, genView.
Objects can be created by calls of the form new("spreadView", ...)
.
The initialize method for this class will be created in other packages that
use this package (for example, the initialize method will be created in the
iSNetwork and iSPlot packages).
clist
:an object of class "GtkCList"
, i.e. the
spreadsheet
dataName
:a character string describing what data are shown in the view
win
:an object of class "GtkWindow"
that holds the
view
winNum
:a number that tells what number view this is (for example, the first view created will have winNum=1)
Class "genView"
, directly.
Sets the clist
slot
Returns the clist
slot
This class will also have a clickEvent method, which will be called whenever a user selects a row on the spreadsheet. This method will be defined in packages that use this package, such as iSPlot and iSNetwork.
Elizabeth Whalen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.