messagebox.h File Reference

#include "iradiant.h"
#include <string>
#include "radiant_i18n.h"
Include dependency graph for messagebox.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 Documentation

#define INCLUDED_GTKUTIL_MESSAGEBOX_H

Definition at line 23 of file messagebox.h.


Typedef Documentation

typedef struct _GtkWidget GtkWidget

Definition at line 29 of file messagebox.h.


Function Documentation

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.


Generated by  doxygen 1.6.2