![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbEntryDate — Widget to enter a date value
struct GnomeDbEntryDate; struct GnomeDbEntryDateClass; GtkWidget* gnome_db_entry_date_new (GdaDataHandler *dh);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryCommonTime +----GnomeDbEntryDate
GnomeDbEntryDate implements GtkCellEditable, GnomeDbDataEntry, AtkImplementorIface and GtkBuildable.
struct GnomeDbEntryDateClass { GnomeDbEntryCommonTimeClass parent_class; };
GtkWidget* gnome_db_entry_date_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 |
<< GnomeDbEntryTime | GnomeDbEntryTimestamp >> |