Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GwyGraphWindow
GwyGraphWindow encapsulates a GwyGraph together with other controls and graph data view. You can create a graph
window for a graph with gwy_graph_window_new()
.
GtkWidget *
gwy_graph_window_new (GwyGraphModel *gmodel
);
Creates a new window showing graph
.
GtkWidget *
gwy_graph_window_get_graph (GwyGraphWindow *window
);
Gets the graph widget a graph window currently shows.
GtkWidget *
gwy_graph_window_get_graph_data (GwyGraphWindow *window
);
Gets the graph graphdata widget of a graph window.
The GwyGraphData widget of this graph window. Its model and column layout must be considered private.
GtkWidget *
gwy_graph_window_get_graph_curves (GwyGraphWindow *window
);
Gets the graph curves widget of a graph window.
The GwyGraphCurves widget of this graph window. Its model and column layout must be considered private.