GnomeDbEntryNone
GnomeDbEntryNone — Default handling of unknown data types
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkViewport
+----GnomeDbEntryShell
+----GnomeDbEntryWrapper
+----GnomeDbEntryNone
Implemented Interfaces
GnomeDbEntryNone implements
AtkImplementorIface and GnomeDbDataEntry.
Details
GnomeDbEntryNone
typedef struct _GnomeDbEntryNone GnomeDbEntryNone;
GnomeDbEntryNoneClass
typedef struct {
GnomeDbEntryWrapperClass parent_class;
} GnomeDbEntryNoneClass;
GnomeDbEntryNonePrivate
typedef struct _GnomeDbEntryNonePrivate 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
|