GnomeDbEntryFilesel

GnomeDbEntryFilesel —

Synopsis




struct      GnomeDbEntryFilesel;
struct      GnomeDbEntryFileselClass;
struct      GnomeDbEntryFileselPrivate;
GtkWidget*  gnome_db_entry_filesel_new      (GdaDataHandler *dh,
                                             GType type,
                                             const gchar *options);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkViewport
                                       +----GnomeDbEntryShell
                                             +----GnomeDbEntryWrapper
                                                   +----GnomeDbEntryFilesel

Implemented Interfaces

GnomeDbEntryFilesel implements GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.

Description

Details

struct GnomeDbEntryFilesel

struct GnomeDbEntryFilesel;


struct GnomeDbEntryFileselClass

struct GnomeDbEntryFileselClass {

	GnomeDbEntryWrapperClass         parent_class;
};


struct GnomeDbEntryFileselPrivate

struct GnomeDbEntryFileselPrivate;


gnome_db_entry_filesel_new ()

GtkWidget*  gnome_db_entry_filesel_new      (GdaDataHandler *dh,
                                             GType type,
                                             const gchar *options);

Creates a new widget which is mainly a GtkEntry

dh : the data handler to be used by the new widget
type : the requested data type (compatible with dh)
options :
Returns : the new widget