gimpmenu3LIBGIMP LibrarygimpmenuMenus for selecting images, layers, channels and drawablesSynopsis
gboolean (*GimpConstraintFunc) (gint32 image_id,
gint32 drawable_id,
gpointer data);
void (*GimpMenuCallback) (gint32 any_id,
gpointer data);
GtkWidget* gimp_image_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_image);
GtkWidget* gimp_layer_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_layer);
GtkWidget* gimp_channel_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_channel);
GtkWidget* gimp_drawable_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_drawable);
DescriptionDetailsGimpConstraintFunc ()GimpConstraintFuncgboolean (*GimpConstraintFunc) (gint32 image_id,
gint32 drawable_id,
gpointer data);GimpConstraintFunc is deprecated and should not be used in newly-written code.image_id :drawable_id :data :Returns :GimpMenuCallback ()GimpMenuCallbackvoid (*GimpMenuCallback) (gint32 any_id,
gpointer data);GimpMenuCallback is deprecated and should not be used in newly-written code.any_id :data :gimp_image_menu_new ()gimp_image_menu_newGtkWidget* gimp_image_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_image);gimp_image_menu_new is deprecated and should not be used in newly-written code.constraint :callback :data :active_image :Returns :gimp_layer_menu_new ()gimp_layer_menu_newGtkWidget* gimp_layer_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_layer);gimp_layer_menu_new is deprecated and should not be used in newly-written code.constraint :callback :data :active_layer :Returns :gimp_channel_menu_new ()gimp_channel_menu_newGtkWidget* gimp_channel_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_channel);gimp_channel_menu_new is deprecated and should not be used in newly-written code.constraint :callback :data :active_channel :Returns :gimp_drawable_menu_new ()gimp_drawable_menu_newGtkWidget* gimp_drawable_menu_new (GimpConstraintFunc constraint,
GimpMenuCallback callback,
gpointer data,
gint32 active_drawable);gimp_drawable_menu_new is deprecated and should not be used in newly-written code.constraint :callback :data :active_drawable :Returns :