#include <gnome.h> struct GnomeMessageBox #define GNOME_MESSAGE_BOX_INFO #define GNOME_MESSAGE_BOX_WARNING #define GNOME_MESSAGE_BOX_ERROR #define GNOME_MESSAGE_BOX_QUESTION #define GNOME_MESSAGE_BOX_GENERIC struct GnomeMessageBoxButton |
|
|
Creates a dialog box of type message_box_type with message. A number of buttons are inserted on it. You can use the GNOME stock identifiers to create gnome-stock-buttons.
|
Creates a dialog box of type message_box_type with message. A number of buttons are inserted on it, the messages come from the buttons array. You can use the GNOME stock identifiers to create gnome-stock-buttons.
void gnome_message_box_set_modal (GnomeMessageBox *messagebox); |
void gnome_message_box_set_default (GnomeMessageBox *messagebox, |