| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
extern GimpActionFactory *global_action_factory; void actions_init (Gimp *gimp); void actions_exit (Gimp *gimp); Gimp* action_data_get_gimp (gpointer data); GimpContext* action_data_get_context (gpointer data); GimpImage* action_data_get_image (gpointer data); GimpDisplay* action_data_get_display (gpointer data); GtkWidget* action_data_get_widget (gpointer data); gdouble action_select_value (GimpActionSelectType select_type, gdouble value, gdouble min, gdouble max, gdouble def, gdouble small_inc, gdouble inc, gdouble skip_inc, gdouble delta_factor, gboolean wrap); GimpObject* action_select_object (GimpActionSelectType select_type, GimpContainer *container, GimpObject *current); void action_select_property (GimpActionSelectType select_type, GObject *object, const gchar *property_name, gdouble small_inc, gdouble inc, gdouble skip_inc, gboolean wrap); #define return_if_no_gimp (gimp,data) #define return_if_no_context (context,data) #define return_if_no_image (image,data) #define return_if_no_display (display,data) #define return_if_no_widget (widget,data) #define return_if_no_drawable (image,drawable,data) #define return_if_no_layer (image,layer,data) #define return_if_no_channel (image,channel,data) #define return_if_no_vectors (image,vectors,data)
gdouble action_select_value (GimpActionSelectType select_type, gdouble value, gdouble min, gdouble max, gdouble def, gdouble small_inc, gdouble inc, gdouble skip_inc, gdouble delta_factor, gboolean wrap);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
GimpObject* action_select_object (GimpActionSelectType select_type, GimpContainer *container, GimpObject *current);
|
|
|
|
|
|
Returns : |
void action_select_property (GimpActionSelectType select_type,
GObject *object,
const gchar *property_name,
gdouble small_inc,
gdouble inc,
gdouble skip_inc,
gboolean wrap);
|
|
|
|
|
|
|
|
|
|
|
|
|
#define return_if_no_drawable(image,drawable,data)
|
|
|
|
|