graphlist

graphlist — Data window graph list

Synopsis




GtkWidget*  gwy_app_graph_list_new          (GwyDataWindow *data_window);
void        gwy_app_graph_list_add          (GwyContainer *data,
                                             GwyGraphModel *gmodel,
                                             GwyGraphWindow *graph);

Description

Warning

To be removed or at least reworked, integrated elsewhere.

Details

gwy_app_graph_list_new ()

GtkWidget*  gwy_app_graph_list_new          (GwyDataWindow *data_window);

Warning

gwy_app_graph_list_new is deprecated and should not be used in newly-written code.

data_window :
Returns :

gwy_app_graph_list_add ()

void        gwy_app_graph_list_add          (GwyContainer *data,
                                             GwyGraphModel *gmodel,
                                             GwyGraphWindow *graph);

Warning

gwy_app_graph_list_add is deprecated and should not be used in newly-written code.

data :
gmodel :
graph :