#include <libgnomeui/gnome-dialog-util.h>
|
GtkWidget* gnome_ok_dialog
(const gchar* message);
GtkWidget* gnome_ok_dialog_parented
(const
gchar* message,
GtkWindow*
parent);
GtkWidget* gnome_warning_dialog
(const
gchar*
warning);
GtkWidget*
gnome_warning_dialog_parented
(const gchar*
warning, GtkWindow*
parent);
GtkWidget* gnome_error_dialog
(const gchar*
error);
GtkWidget*
gnome_error_dialog_parented
(const gchar*
error, GtkWindow* parent);