#include <string>
#include "radiant_i18n.h"
Go to the source code of this file.
Data Structures | |
class | gtkutil::FileChooser |
class | gtkutil::FileChooser::Preview |
Namespaces | |
namespace | gtkutil |
Defines | |
#define | INCLUDED_GTKUTIL_FILECHOOSER_H |
Typedefs | |
typedef struct _GtkWidget | GtkWidget |
Functions | |
const char * | file_dialog (GtkWidget *parent, bool open, const std::string &title, const std::string &path="", const std::string &pattern="") |
GTK+ file-chooser dialogs.
Definition in file filechooser.h.
#define INCLUDED_GTKUTIL_FILECHOOSER_H |
Definition at line 23 of file filechooser.h.
typedef struct _GtkWidget GtkWidget |
Definition at line 31 of file filechooser.h.
const char* file_dialog | ( | GtkWidget * | parent, | |
bool | open, | |||
const std::string & | title, | |||
const std::string & | path = "" , |
|||
const std::string & | pattern = "" | |||
) |