| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
Synopsis
GnomeDbEntryTimestamp; GnomeDbEntryTimestampClass; GtkWidget* gnome_db_entry_timestamp_new (GdaDataHandler *dh);
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryCommonTime +----GnomeDbEntryTimestamp
Implemented Interfaces
GnomeDbEntryTimestamp implements AtkImplementorIface, GtkBuildable, GtkCellEditable and GnomeDbDataEntry.
Details
GnomeDbEntryTimestampClass
typedef struct {
GnomeDbEntryCommonTimeClass parent_class;
} GnomeDbEntryTimestampClass;
gnome_db_entry_timestamp_new ()
GtkWidget* gnome_db_entry_timestamp_new (GdaDataHandler *dh);
Creates a new widget which is mainly a GtkEntry
|
the data handler to be used by the new widget |
Returns : |
the new widget |
