Top | ![]() |
![]() |
![]() |
![]() |
Functions
Functions
gimp_selection_bounds ()
gboolean gimp_selection_bounds (gint32 image_ID
,gboolean *non_empty
,gint *x1
,gint *y1
,gint *x2
,gint *y2
);
gimp_selection_clear ()
gboolean
gimp_selection_clear (gint32 image_ID
);
gimp_selection_clear
is deprecated and should not be used in newly-written code.
gimp_selection_float ()
gint32 gimp_selection_float (gint32 image_ID
,gint32 drawable_ID
,gint offx
,gint offy
);
gimp_selection_load ()
gboolean
gimp_selection_load (gint32 channel_ID
);
gimp_selection_load
is deprecated and should not be used in newly-written code.
Use gimp_image_select_item()
instead.
gimp_selection_save ()
gint32
gimp_selection_save (gint32 image_ID
);
gimp_selection_save
is deprecated and should not be used in newly-written code.
gimp_selection_translate ()
gboolean gimp_selection_translate (gint32 image_ID
,gint offx
,gint offy
);
gimp_selection_layer_alpha ()
gboolean
gimp_selection_layer_alpha (gint32 layer_ID
);
gimp_selection_layer_alpha
is deprecated and should not be used in newly-written code.
Use gimp_image_select_item()
instead.
gimp_selection_combine ()
gboolean gimp_selection_combine (gint32 channel_ID
,GimpChannelOps operation
);
gimp_selection_combine
is deprecated and should not be used in newly-written code.
Use gimp_image_select_item()
instead.