app/dialogs/Makefile.am removed...
2004-09-23 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/color-dialog.[ch]: removed... * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcolordialog.[ch]: ...and added as widget. * app/core/gimpmarshal.list: new marshaller VOID__BOXED_ENUM. * app/widgets/widgets-enums.[ch]: new enum GimpColorDialogState. * app/widgets/gimpcolormapeditor.[ch] * app/widgets/gimpcolorpanel.[ch] * app/widgets/gimpgradienteditor.[ch] * app/widgets/gimppaletteeditor.[ch] * app/widgets/gimptoolbox-color-area.c * app/actions/gradient-editor-commands.c * app/actions/view-commands.c: ported to GimpColorDialog. Removes a whole bunch of ugly widgets/ -> dialogs/ dependencies.
This commit is contained in:
committed by
Michael Natterer
parent
58b08f867a
commit
ee5354e4b7
@ -47,6 +47,18 @@ typedef enum
|
||||
} GimpAspectType;
|
||||
|
||||
|
||||
#define GIMP_TYPE_COLOR_DIALOG_STATE (gimp_color_dialog_state_get_type ())
|
||||
|
||||
GType gimp_color_dialog_state_get_type (void) G_GNUC_CONST;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GIMP_COLOR_DIALOG_OK,
|
||||
GIMP_COLOR_DIALOG_CANCEL,
|
||||
GIMP_COLOR_DIALOG_UPDATE
|
||||
} GimpColorDialogState;
|
||||
|
||||
|
||||
#define GIMP_TYPE_COLOR_FRAME_MODE (gimp_color_frame_mode_get_type ())
|
||||
|
||||
GType gimp_color_frame_mode_get_type (void) G_GNUC_CONST;
|
||||
|
||||
Reference in New Issue
Block a user