| Libgnomedb Reference Manual |
|---|
GnomeDbEntryTime —
struct GnomeDbEntryTime; struct GnomeDbEntryTimeClass; struct GnomeDbEntryTimePrivate; GtkWidget* gnome_db_entry_time_new (GdaDataHandler *dh, GdaValueType type);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkViewport +----GnomeDbEntryShell +----GnomeDbEntryWrapper +----GnomeDbEntryTime
GnomeDbEntryTime implements AtkImplementorIface, GtkCellEditable and GnomeDbDataEntry.
"editing-cancelled" gboolean : Read
struct GnomeDbEntryTimeClass {
GnomeDbEntryWrapperClass parent_class;
};
GtkWidget* gnome_db_entry_time_new (GdaDataHandler *dh, GdaValueType type);
Creates a new widget which is mainly a GtkEntry
| dh : | the data handler to be used by the new widget |
| type : | the requested data type (compatible with dh) |
| Returns : | the new widget |
| "editing-cancelled" (gboolean : Read) |
| << GnomeDbEntryBoolean | GnomeDbEntryNone >> |