EomFileChooser

EomFileChooser

Synopsis

struct              EomFileChooser;
GtkWidget *         eom_file_chooser_new                (GtkFileChooserAction action);
GdkPixbufFormat *   eom_file_chooser_get_format         (EomFileChooser *chooser);

Description

Details

struct EomFileChooser

struct EomFileChooser {
	GtkFileChooserDialog  parent;

	EomFileChooserPrivate *priv;
};


eom_file_chooser_new ()

GtkWidget *         eom_file_chooser_new                (GtkFileChooserAction action);


eom_file_chooser_get_format ()

GdkPixbufFormat *   eom_file_chooser_get_format         (EomFileChooser *chooser);