mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
app: add ability to click any button in our Release Notes demo scripts.
This commit is contained in:
parent
9c49e276e0
commit
1b012548c9
1 changed files with 8 additions and 0 deletions
|
@ -1509,6 +1509,14 @@ gimp_widget_blink_timeout (GtkWidget *widget)
|
|||
g_type_name (param_spec->owner_type));
|
||||
}
|
||||
}
|
||||
else if (GTK_IS_BUTTON (widget) && step->settings_value)
|
||||
{
|
||||
/* For any "value" set for a button, we assume it
|
||||
* means that we want it clicked as part of the demo
|
||||
* script.
|
||||
*/
|
||||
gtk_button_clicked (GTK_BUTTON (widget));
|
||||
}
|
||||
}
|
||||
else if (GIMP_IS_TOOL_BUTTON (widget))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue