2002-03-20 03:17:31 +08:00
|
|
|
|
|
|
|
/* Generated data (by gimp-mkenums) */
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
#include <glib-object.h>
|
|
|
|
#include "paint-enums.h"
|
2003-03-26 00:38:19 +08:00
|
|
|
#include "gimp-intl.h"
|
2002-03-20 03:17:31 +08:00
|
|
|
|
|
|
|
/* enumerations from "./paint-enums.h" */
|
|
|
|
GType
|
|
|
|
gimp_clone_type_get_type (void)
|
|
|
|
{
|
2004-07-28 19:50:20 +08:00
|
|
|
static const GEnumValue values[] =
|
|
|
|
{
|
|
|
|
{ GIMP_IMAGE_CLONE, N_("Image source"), "image-clone" },
|
|
|
|
{ GIMP_PATTERN_CLONE, N_("Pattern source"), "pattern-clone" },
|
|
|
|
{ 0, NULL, NULL }
|
|
|
|
};
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
static GType type = 0;
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
if (! type)
|
|
|
|
type = g_enum_register_static ("GimpCloneType", values);
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
return type;
|
|
|
|
}
|
2002-03-20 03:17:31 +08:00
|
|
|
|
|
|
|
GType
|
|
|
|
gimp_clone_align_mode_get_type (void)
|
|
|
|
{
|
2004-07-28 19:50:20 +08:00
|
|
|
static const GEnumValue values[] =
|
|
|
|
{
|
|
|
|
{ GIMP_CLONE_ALIGN_NO, N_("Non-aligned"), "no" },
|
|
|
|
{ GIMP_CLONE_ALIGN_YES, N_("Aligned"), "yes" },
|
|
|
|
{ GIMP_CLONE_ALIGN_REGISTERED, N_("Registered"), "registered" },
|
|
|
|
{ 0, NULL, NULL }
|
|
|
|
};
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
static GType type = 0;
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
if (! type)
|
|
|
|
type = g_enum_register_static ("GimpCloneAlignMode", values);
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
return type;
|
|
|
|
}
|
2002-03-20 03:17:31 +08:00
|
|
|
|
|
|
|
GType
|
|
|
|
gimp_dodge_burn_type_get_type (void)
|
|
|
|
{
|
2004-07-28 19:50:20 +08:00
|
|
|
static const GEnumValue values[] =
|
|
|
|
{
|
|
|
|
{ GIMP_DODGE, N_("Dodge"), "dodge" },
|
|
|
|
{ GIMP_BURN, N_("Burn"), "burn" },
|
|
|
|
{ 0, NULL, NULL }
|
|
|
|
};
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
static GType type = 0;
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
if (! type)
|
|
|
|
type = g_enum_register_static ("GimpDodgeBurnType", values);
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
return type;
|
|
|
|
}
|
2002-03-20 03:17:31 +08:00
|
|
|
|
|
|
|
GType
|
|
|
|
gimp_convolve_type_get_type (void)
|
|
|
|
{
|
2004-07-28 19:50:20 +08:00
|
|
|
static const GEnumValue values[] =
|
|
|
|
{
|
|
|
|
{ GIMP_BLUR_CONVOLVE, N_("Blur"), "blur-convolve" },
|
|
|
|
{ GIMP_SHARPEN_CONVOLVE, N_("Sharpen"), "sharpen-convolve" },
|
|
|
|
{ 0, NULL, NULL }
|
|
|
|
};
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
static GType type = 0;
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
if (! type)
|
|
|
|
type = g_enum_register_static ("GimpConvolveType", values);
|
2002-03-20 03:17:31 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
return type;
|
|
|
|
}
|
2003-02-08 23:27:51 +08:00
|
|
|
|
|
|
|
GType
|
|
|
|
gimp_ink_blob_type_get_type (void)
|
|
|
|
{
|
2004-07-28 19:50:20 +08:00
|
|
|
static const GEnumValue values[] =
|
|
|
|
{
|
|
|
|
{ GIMP_INK_BLOB_TYPE_ELLIPSE, "GIMP_INK_BLOB_TYPE_ELLIPSE", "ellipse" },
|
|
|
|
{ GIMP_INK_BLOB_TYPE_SQUARE, "GIMP_INK_BLOB_TYPE_SQUARE", "square" },
|
|
|
|
{ GIMP_INK_BLOB_TYPE_DIAMOND, "GIMP_INK_BLOB_TYPE_DIAMOND", "diamond" },
|
|
|
|
{ 0, NULL, NULL }
|
|
|
|
};
|
2003-02-08 23:27:51 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
static GType type = 0;
|
2003-02-08 23:27:51 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
if (! type)
|
|
|
|
type = g_enum_register_static ("GimpInkBlobType", values);
|
2003-02-08 23:27:51 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
return type;
|
|
|
|
}
|
2003-03-25 01:58:28 +08:00
|
|
|
|
|
|
|
GType
|
|
|
|
gimp_paint_application_mode_get_type (void)
|
|
|
|
{
|
2004-07-28 19:50:20 +08:00
|
|
|
static const GEnumValue values[] =
|
|
|
|
{
|
|
|
|
{ GIMP_PAINT_CONSTANT, N_("Constant"), "constant" },
|
|
|
|
{ GIMP_PAINT_INCREMENTAL, N_("Incremental"), "incremental" },
|
|
|
|
{ 0, NULL, NULL }
|
|
|
|
};
|
|
|
|
|
|
|
|
static GType type = 0;
|
2003-03-25 01:58:28 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
if (! type)
|
|
|
|
type = g_enum_register_static ("GimpPaintApplicationMode", values);
|
2003-03-25 01:58:28 +08:00
|
|
|
|
2004-07-28 19:50:20 +08:00
|
|
|
return type;
|
2003-03-25 01:58:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2002-03-20 03:17:31 +08:00
|
|
|
/* Generated data ends here */
|
|
|
|
|