app: add gimp_tool_widget_changed()

... which emits the "changed" signal, for use in subclasses to
notify the tool about widget changes not resulting from property
changes.

(cherry picked from commit 614cdcc0a8)
This commit is contained in:
Ell
2018-06-05 01:11:42 -04:00
parent 56281bf6f4
commit 03e1cd20c9
2 changed files with 13 additions and 1 deletions

View File

@ -131,6 +131,8 @@ gboolean gimp_tool_widget_get_focus (GimpToolWidget *widget);
/* for subclasses, to notify the handling tool
*/
void gimp_tool_widget_changed (GimpToolWidget *widget);
void gimp_tool_widget_response (GimpToolWidget *widget,
gint response_id);