#include <gcu/filechooser.h>
Public Member Functions | |
FileChooser (Application *App, bool Save, std::list< std::string > mime_types, Document *pDoc=NULL, char const *title=NULL, GtkWidget *extra_widget=NULL) |
Definition at line 44 of file filechooser.h.
gcu::FileChooser::FileChooser | ( | Application * | App, | |
bool | Save, | |||
std::list< std::string > | mime_types, | |||
Document * | pDoc = NULL , |
|||
char const * | title = NULL , |
|||
GtkWidget * | extra_widget = NULL | |||
) |
App | the Application instance owning the dialog. | |
Save | tells if the requested file is to be saved or loaded. | |
mime_types | a std::list of supported mime types. | |
pDoc | the document to save, the parameter is optional when loading. Default value is NULL. | |
title | an optional title for the dialog box. Default value is NULL. | |
extra_widget | an optional widget to add to the GtkFileChooserDialog window. Default value is NULL. |