summaryrefslogtreecommitdiffstats
path: root/xsettings/gtk-utils.h
blob: 449683417640cd888526fc9ee4d2b927c535a11e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GTK_UTILS_H
#define GTK_UTILS_H

#include <gtk/gtkwindow.h>

gboolean msgbox_run (GtkWindow  *parent,
		     const char *message,
		     const char *yes_button,
		     const char *no_button,
		     gint        default_index);

#endif /* GTK_UTILS_H */