Top |
GimpGradientSelectButtonGimpGradientSelectButton — A button which pops up a gradient select dialog. |
GtkWidget * | gimp_gradient_select_button_new () |
const gchar * | gimp_gradient_select_button_get_gradient () |
void | gimp_gradient_select_button_set_gradient () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpSelectButton ╰── GimpGradientSelectButton
GimpGradientSelectButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gimp_gradient_select_button_new (const gchar *title
,const gchar *gradient_name
);
Creates a new GtkWidget that completely controls the selection of a gradient. This widget is suitable for placement in a table in a plug-in dialog.
title |
Title of the dialog to use or |
|
gradient_name |
Initial gradient name. |
Since: 2.4
const gchar *
gimp_gradient_select_button_get_gradient
(GimpGradientSelectButton *button
);
Retrieves the name of currently selected gradient.
Since: 2.4
void gimp_gradient_select_button_set_gradient (GimpGradientSelectButton *button
,const gchar *gradient_name
);
Sets the current gradient for the gradient select button.
Since: 2.4
“gradient-name”
property “gradient-name” char *
The name of the currently selected gradient.
Owner: GimpGradientSelectButton
Flags: Read / Write
Default value: NULL
Since: 2.4
“title”
property “title” char *
The title to be used for the gradient selection popup dialog.
Owner: GimpGradientSelectButton
Flags: Read / Write / Construct Only
Default value: "Gradient Selection"
Since: 2.4
“gradient-set”
signalvoid user_function (GimpGradientSelectButton *widget, char *gradient_name, int width, gpointer grad_data, gboolean dialog_closing, gpointer user_data)
The ::gradient-set signal is emitted when the user selects a gradient.
widget |
the object which received the signal. |
|
gradient_name |
the name of the currently selected gradient. |
|
width |
width of the gradient |
|
grad_data |
gradient data |
|
dialog_closing |
whether the dialog was closed or not. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First
Since: 2.4