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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user