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

Class GraphCurves

source code

Instance Methods [hide private]
 
__init__(gmodel)
Creates graph curve list widget based on information in graph model.
source code
 
set_model(gmodel)
Changes the graph model a graph curve list.
source code
 
get_model()
Gets the graph model a graph curve list displays.
source code
Method Details [hide private]

__init__(gmodel)
(Constructor)

source code 

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.

Parameters:
  • gmodel - A graph model. It can be None. (GraphModel)
Returns:
A new graph curve list. (gtk.Widget)

Since: 2.5

set_model(gmodel)

source code 

Changes the graph model a graph curve list.

Parameters:

Since: 2.5

get_model()

source code 

Gets the graph model a graph curve list displays.

Returns:
The graph model associated with this GraphCurves widget. (GraphModel)

Since: 2.5