gimp/app/gimpsetF.h
Lauri Alanko 6a02cda396 Started gimpset, a generic class for handling collections of
objects. (And to automatically manage their signals, not implemented
yet)

Moved drawable_apply_image to drawable.c

Created a global context object (image_context) to handle the
collection of images that the app manages.
1998-07-01 23:06:49 +00:00

7 lines
88 B
C

#ifndef __GIMPSETF_H__
#define __GIMPSETF_H__
typedef struct _GimpSet GimpSet;
#endif