Entry for large images with a preview. Unlike GnomeIconEntry, it does
not scale the images to a specific size and shows them 1:1. This is
perfect for selection of backgrounds and such. It also allows DND to
be performed on the preview box. It also provides all the GnomeEntry
functionality as well.
Details
struct GnomePixmapEntry
struct GnomePixmapEntry;
gnome_pixmap_entry_new ()
GtkWidget* gnome_pixmap_entry_new (char *history_id,
char *browse_dialog_title,
int do_preview);
Creates a new pixmap entry widget, if do_preview is false,
the preview is hidden but the files are still loaded so that it's easy
to show it. For a pixmap entry without preview, use the
GnomeFileEntry widget..