GnomeDbEntryText

GnomeDbEntryText —

Synopsis




struct      GnomeDbEntryText;
struct      GnomeDbEntryTextClass;
struct      GnomeDbEntryTextPrivate;
GtkWidget*  gnome_db_entry_text_new         (GdaDataHandler *dh,
                                             GType type);

Object Hierarchy


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

Implemented Interfaces

GnomeDbEntryText implements GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.

Description

Details

struct GnomeDbEntryText

struct GnomeDbEntryText;


struct GnomeDbEntryTextClass

struct GnomeDbEntryTextClass {

	GnomeDbEntryWrapperClass         parent_class;
};


struct GnomeDbEntryTextPrivate

struct GnomeDbEntryTextPrivate;


gnome_db_entry_text_new ()

GtkWidget*  gnome_db_entry_text_new         (GdaDataHandler *dh,
                                             GType type);

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)
Returns : the new widget