| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
gboolean gimp_image_undo (GimpImage *image); gboolean gimp_image_redo (GimpImage *image); gboolean gimp_image_strong_undo (GimpImage *image); gboolean gimp_image_strong_redo (GimpImage *image); void gimp_image_undo_free (GimpImage *image); gboolean gimp_image_undo_group_start (GimpImage *image, GimpUndoType undo_type, const gchar *name); gboolean gimp_image_undo_group_end (GimpImage *image); GimpUndo* gimp_image_undo_push (GimpImage *image, GType object_type, GimpUndoType undo_type, const gchar *name, GimpDirtyMask dirty_mask, ...); GimpUndo* gimp_image_undo_get_fadeable (GimpImage *image);
gboolean gimp_image_undo_group_start (GimpImage *image, GimpUndoType undo_type, const gchar *name);
|
|
|
|
|
|
Returns : |
gboolean gimp_image_undo_group_end (GimpImage *image);
|
|
Returns : |
GimpUndo* gimp_image_undo_push (GimpImage *image, GType object_type, GimpUndoType undo_type, const gchar *name, GimpDirtyMask dirty_mask, ...);
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |