gimp/plug-ins/gimpressionist/size.h
Michael Natterer 9d19bf2a3e plug-ins/gimpressionist/Makefile.am applied patch from Shlomi Fish that
2004-07-02  Michael Natterer  <mitch@gimp.org>

	* plug-ins/gimpressionist/Makefile.am
	* plug-ins/gimpressionist/*.[ch]: applied patch from Shlomi Fish
	that massively cleans up gimppressionist (touching all files and
	addding some new ones) and adds a simple PDB interface for
	selecting one of the previously created presets.
	Fixes bugs #145191, #144913 and #144922.
2004-07-02 13:31:25 +00:00

21 lines
362 B
C

#ifndef __SIZE_H
#define __SIZE_H
enum SIZE_TYPE_ENUM
{
SIZE_TYPE_VALUE = 0,
SIZE_TYPE_RADIUS = 1,
SIZE_TYPE_RANDOM = 2,
SIZE_TYPE_RADIAL = 3,
SIZE_TYPE_FLOWING = 4,
SIZE_TYPE_HUE = 5,
SIZE_TYPE_ADAPTIVE = 6,
SIZE_TYPE_MANUAL = 7,
};
void size_restore(void);
void create_sizepage(GtkNotebook *);
#endif /* #ifndef __SIZE_H */