as all boolean query boxes are confirmations for deleting/closing
2000-02-10 Michael Natterer <mitch@gimp.org> * libgimp/gimpquerybox.[ch]: as all boolean query boxes are confirmations for deleting/closing something, I added the "eek" wilber (you can still disable the pixmap by passing FALSE to the constructor's "eek" parameter). * app/app_procs.c * app/gdisplay_ops.c * app/gradient.c * app/palette.c * plug-ins/gflare/gflare.c: pass eek==TRUE to the boolean query box constructor.
This commit is contained in:

committed by
Michael Natterer

parent
e32c1533e2
commit
a90cc52db3
@ -108,6 +108,7 @@ GtkWidget * gimp_query_size_box (gchar *title,
|
||||
GtkWidget * gimp_query_boolean_box (gchar *title,
|
||||
GimpHelpFunc help_func,
|
||||
gchar *help_data,
|
||||
gboolean eek,
|
||||
gchar *message,
|
||||
gchar *true_button,
|
||||
gchar *false_button,
|
||||
|
Reference in New Issue
Block a user