| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
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 AtkImplementorIface, GtkBuildable, GnomeDbDataEntry and GtkCellEditable.
struct GnomeDbEntryDateClass {
GnomeDbEntryCommonTimeClass parent_class;
};
GtkWidget * gnome_db_entry_date_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 |