#include "iradiant.h"
#include <string>
#include "radiant_i18n.h"
Go to the source code of this file.
Defines | |
#define | INCLUDED_GTKUTIL_MESSAGEBOX_H |
Typedefs | |
typedef struct _GtkWidget | GtkWidget |
Functions | |
EMessageBoxReturn | gtk_MessageBox (GtkWidget *parent, const std::string &text, const std::string &title=_("UFORadiant"), EMessageBoxType type=eMB_OK, EMessageBoxIcon icon=eMB_ICONDEFAULT) |
Shows a modal message-box. |
#define INCLUDED_GTKUTIL_MESSAGEBOX_H |
Definition at line 23 of file messagebox.h.
typedef struct _GtkWidget GtkWidget |
Definition at line 29 of file messagebox.h.
EMessageBoxReturn gtk_MessageBox | ( | GtkWidget * | parent, | |
const std::string & | text, | |||
const std::string & | title = _("UFORadiant") , |
|||
EMessageBoxType | type = eMB_OK , |
|||
EMessageBoxIcon | icon = eMB_ICONDEFAULT | |||
) |
Shows a modal message-box.