GnomeIconEntry

Name

GnomeIconEntry — one line description goes here.

Synopsis


#include <gnome.h>


struct      GnomeIconEntry
GtkWidget*  gnome_icon_entry_new            (char *history_id,
                                             char *browse_dialog_title);
void        gnome_icon_entry_set_pixmap_subdir
                                            (GnomeIconEntry *ientry,
                                             const char *subdir);
GtkWidget*  gnome_icon_entry_gnome_file_entry
                                            (GnomeIconEntry *ientry);
GtkWidget*  gnome_icon_entry_gnome_entry    (GnomeIconEntry *ientry);
GtkWidget*  gnome_icon_entry_gtk_entry      (GnomeIconEntry *ientry);
char*       gnome_icon_entry_get_filename   (GnomeIconEntry *ientry);

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBox
                     +----GtkVBox
                           +----GnomeIconEntry

Description

Details


GnomeIconEntry

struct GnomeIconEntry;


gnome_icon_entry_new()

GtkWidget*  gnome_icon_entry_new            (char *history_id,
                                             char *browse_dialog_title);

Creates a new icon entry widget

history_id : the id given to gnome_entry_newbrowse_dialog_title : title of the browse dialog and icon selection dialogReturns : Returns the new object


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

ientry : the GnomeIconEntry to work withsubdir : sbudirectory


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

ientry : the GnomeIconEntry to work withReturns : Returns GnomeFileEntry widget


gnome_icon_entry_gnome_entry()

GtkWidget*  gnome_icon_entry_gnome_entry    (GnomeIconEntry *ientry);

Get the GnomeEntry widget that's part of the entry

ientry : the GnomeIconEntry to work withReturns : Returns GnomeEntry widget


gnome_icon_entry_gtk_entry()

GtkWidget*  gnome_icon_entry_gtk_entry      (GnomeIconEntry *ientry);

Get the GtkEntry widget that's part of the entry

ientry : the GnomeIconEntry to work withReturns : Returns GtkEntry widget


gnome_icon_entry_get_filename()

char*       gnome_icon_entry_get_filename   (GnomeIconEntry *ientry);

ientry : Returns