![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbEntryTimestamp — Widget to enter a time stamp value (Date + HH:MM:SS)
struct GnomeDbEntryTimestamp; struct GnomeDbEntryTimestampClass; GtkWidget* gnome_db_entry_timestamp_new (GdaDataHandler *dh);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryCommonTime +----GnomeDbEntryTimestamp
GnomeDbEntryTimestamp implements GtkCellEditable, GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.
struct GnomeDbEntryTimestampClass { GnomeDbEntryCommonTimeClass parent_class; };
GtkWidget* gnome_db_entry_timestamp_new (GdaDataHandler *dh);
Creates a new widget which is mainly a GtkEntry
dh : | the data handler to be used by the new widget |
Returns : | the new widget |
<< GnomeDbEntryDate | GnomeDbEntryNone >> |