Description
This widget provides the facilities to select an icon. An icon is
displayed inside a button, when the button is pressed, an Icon
selector (a dialog with a GnomeIconSel widget) pops up to let the
user choose an icon.
Details
gnome_icon_entry_new ()
GtkWidget* gnome_icon_entry_new (char *history_id,
char *browse_dialog_title); |
Creates a new icon entry widget
gnome_icon_entry_set_pixmap_subdir ()
void gnome_icon_entry_set_pixmap_subdir
(GnomeIconEntry *ientry,
const char *subdir); |
Sets the subdirectory below gnome's default
pixmap directory to use as the default path for the file
entry
gnome_icon_entry_gnome_file_entry ()
GtkWidget* gnome_icon_entry_gnome_file_entry
(GnomeIconEntry *ientry); |
Get the GnomeFileEntry widget that's part of the entry
gnome_icon_entry_gnome_entry ()
Get the GnomeEntry widget that's part of the entry
gnome_icon_entry_gtk_entry ()
Get the GtkEntry widget that's part of the entry
gnome_icon_entry_get_filename ()