GogDataAllocator
GInterface ╰── GogDataAllocator
void gog_data_allocator_allocate (GogDataAllocator *dalloc, GogPlot *plot);
GogDataAllocator *dalloc
GogPlot *plot
dalloc
a GogDataAllocator
plot
a GogPlot
GogDataEditor * gog_data_allocator_editor (GogDataAllocator *dalloc, GogDataset *set, int dim_i, GogDataType data_type);
GogDataset *set
int dim_i
GogDataType data_type
a GtkWidget.
typedef struct _GogDataAllocator GogDataAllocator;
typedef struct { GTypeInterface base; void (*allocate) (GogDataAllocator *a, GogPlot *plot); GogDataEditor * (*editor) (GogDataAllocator *a, GogDataset *set, int dim_i, GogDataType data_type); } GogDataAllocatorClass;