Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── GwyGraphCurves
GwyGraphCurves displays the list of GwyGraphModel curve properties in a table. While it is a GtkTreeView, it uses a simplistic tree model and its content is determined by the graph model.
GtkWidget *
gwy_graph_curves_new (GwyGraphModel *gmodel
);
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.
Since: 2.5
void gwy_graph_curves_set_model (GwyGraphCurves *graph_curves
,GwyGraphModel *gmodel
);
Changes the graph model a graph curve list.
Since: 2.5
GwyGraphModel *
gwy_graph_curves_get_model (GwyGraphCurves *graph_curves
);
Gets the graph model a graph curve list displays.
Since: 2.5