|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
            GogDataAllocator;
void        gog_data_allocator_allocate     (GogDataAllocator *dalloc,
                                             GogPlot *plot);
gpointer    gog_data_allocator_editor       (GogDataAllocator *dalloc,
                                             GogDataset *set,
                                             int dim_i,
                                             GogDataType data_type);
void gog_data_allocator_allocate (GogDataAllocator *dalloc, GogPlot *plot);
| dalloc: | a GogDataAllocator | 
| plot: | a GogPlot | 
gpointer gog_data_allocator_editor (GogDataAllocator *dalloc, GogDataset *set, int dim_i, GogDataType data_type);
| dalloc: | a GogDataAllocator | 
| set: | |
| dim_i: | |
| data_type: | |
| Returns : | a GtkWidget. |