25 #ifndef GCU_GTK_MESSAGE_H
26 #define GCU_GTK_MESSAGE_H
42 friend class MessagePrivate;
54 Message (
Application *app, std::string &message, GtkMessageType type, GtkButtonsType buttons, GtkWindow *parent = NULL,
bool modal =
false);
65 Message (
Application *app,
char const *message, GtkMessageType type, GtkButtonsType buttons, GtkWindow *parent = NULL,
bool modal =
false);
82 unsigned m_delete_sgn, m_destroy_sgn, m_response_sgn;
92 #endif // GCU_GTK_MESSAGE_H