Home
last modified time | relevance | path

Searched refs:GIMP_UNDO_CHANNEL_ADD (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpchannelundo.c190 undo->undo_type == GIMP_UNDO_CHANNEL_ADD) || in gimp_channel_undo_pop()
H A Dcore-enums.h554 GIMP_UNDO_CHANNEL_ADD, /*< desc="New channel" >*/ enumerator
H A Dcore-enums.c1114 { GIMP_UNDO_CHANNEL_ADD, "GIMP_UNDO_CHANNEL_ADD", "channel-add" }, in gimp_undo_type_get_type()
1213 { GIMP_UNDO_CHANNEL_ADD, NC_("undo-type", "New channel"), NULL }, in gimp_undo_type_get_type()
H A Dgimpimage-undo-push.c874 GIMP_UNDO_CHANNEL_ADD, undo_desc, in gimp_image_undo_push_channel_add()