mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
e32c1533e2
commit
a90cc52db3
16 changed files with 147 additions and 74 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue