GnomeDbEntryText

GnomeDbEntryText

Synopsis

struct              GnomeDbEntryText;
struct              GnomeDbEntryTextClass;
                    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 AtkImplementorIface, GtkBuildable and GnomeDbDataEntry.

Description

Details

struct GnomeDbEntryText

struct GnomeDbEntryText;


struct GnomeDbEntryTextClass

struct GnomeDbEntryTextClass {
	GnomeDbEntryWrapperClass         parent_class;
};


GnomeDbEntryTextPrivate

typedef struct _GnomeDbEntryTextPrivate 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