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

Class GraphWindow

source code

Instance Methods [hide private]
 
get_graph()
Gets the graph widget a graph window currently shows.
source code
 
get_graph_data()
Gets the graph data widget of a graph window.
source code
 
get_graph_curves()
Gets the graph curves widget of a graph window.
source code
Method Details [hide private]

get_graph()

source code 

Gets the graph widget a graph window currently shows.

Returns:
The currently shown Graph. (gtk.Widget)

get_graph_data()

source code 

Gets the graph data widget of a graph window.

Returns:
The GraphData widget of this graph window. Its model and column layout must be considered private. (gtk.Widget)

Since: 2.5

get_graph_curves()

source code 

Gets the graph curves widget of a graph window.

Returns:
The GraphCurves widget of this graph window. Its model and column layout must be considered private. (gtk.Widget)

Since: 2.5