libgimpwidgets: mostly port from stock IDs to icon names

Add some new API and deprecate old one.
This commit is contained in:
Michael Natterer
2014-05-07 21:27:57 +02:00
parent 233b86b32d
commit 79bd9c60de
22 changed files with 346 additions and 114 deletions

View File

@ -165,7 +165,7 @@ GtkWidget * gimp_query_boolean_box (const gchar *title,
GtkWidget *parent,
GimpHelpFunc help_func,
const gchar *help_id,
const gchar *stock_id,
const gchar *icon_name,
const gchar *message,
const gchar *true_button,
const gchar *false_button,