Module gwy :: Class GraphCurves
[show private | hide private]
[frames | no frames]

Class GraphCurves


Method Summary
  __init__(gmodel)
Creates graph curve list widget based on information in graph model.
  get_model()
Gets the graph model a graph curve list displays.
  set_model(gmodel)
Changes the graph model a graph curve list.

Method Details

__init__(gmodel)
(Constructor)

Creates graph curve list widget based on information in graph model.

The GtkTreeModel and the columns follow the graph model and must not be changed manually.
Returns:

A new graph curve list.

Since: 2.5

get_model()

Gets the graph model a graph curve list displays.
Returns:

The graph model associated with this GraphCurves widget.

Since: 2.5

set_model(gmodel)

Changes the graph model a graph curve list.

Since: 2.5
Parameters:
gmodel - New graph model. (GraphModel)

Generated by Epydoc 2.1 on Tue Dec 30 04:01:42 2008 http://epydoc.sf.net