GnomeDbEntryNone

GnomeDbEntryNone — Default handling of unknown data types

Synopsis




struct      GnomeDbEntryNone;
struct      GnomeDbEntryNoneClass;
struct      GnomeDbEntryNonePrivate;
GtkWidget*  gnome_db_entry_none_new         (GType type);

Object Hierarchy


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

Implemented Interfaces

GnomeDbEntryNone implements GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.

Description

Details

struct GnomeDbEntryNone

struct GnomeDbEntryNone;


struct GnomeDbEntryNoneClass

struct GnomeDbEntryNoneClass {

	GnomeDbEntryWrapperClass       parent_class;
};


struct GnomeDbEntryNonePrivate

struct GnomeDbEntryNonePrivate;


gnome_db_entry_none_new ()

GtkWidget*  gnome_db_entry_none_new         (GType type);

Creates a new widget which is mainly a GtkEntry

type : the requested data type (compatible with dh)
Returns : the new widget