|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
GogDataAllocator; GogDataAllocatorClass; void gog_data_allocator_allocate (GogDataAllocator *dalloc,GogPlot *plot); GogDataEditor * gog_data_allocator_editor (GogDataAllocator *dalloc,GogDataset *set,int dim_i,GogDataType data_type);
typedef struct {
	GTypeInterface		   base;
	void	        (*allocate) (GogDataAllocator *a, GogPlot *plot);
	GogDataEditor * (*editor)   (GogDataAllocator *a, GogDataset *set,
				     int dim_i, GogDataType data_type);
} GogDataAllocatorClass;
void gog_data_allocator_allocate (GogDataAllocator *dalloc,GogPlot *plot);
| 
 | a GogDataAllocator | 
| 
 | a GogPlot | 
GogDataEditor * gog_data_allocator_editor (GogDataAllocator *dalloc,GogDataset *set,int dim_i,GogDataType data_type);
| 
 | a GogDataAllocator | 
| Returns : | a GtkWidget. |