| Libgnomedb Reference Manual |
|---|
GnomeDbEntryNone — Default handling of unknown data types
struct GnomeDbEntryNone; struct GnomeDbEntryNoneClass; struct GnomeDbEntryNonePrivate; GtkWidget* gnome_db_entry_none_new (GdaValueType type);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryNone
GnomeDbEntryNone implements AtkImplementorIface and GnomeDbDataEntry.
struct GnomeDbEntryNoneClass {
GnomeDbEntryWrapperClass parent_class;
};
GtkWidget* gnome_db_entry_none_new (GdaValueType type);
Creates a new widget which is mainly a GtkEntry
| type : | the requested data type (compatible with dh) |
| Returns : | the new widget |
| << GnomeDbEntryTime | GnomeDbEntryCombo >> |