Individual data entry widgets

Utilities — Create GnomeDbDataEntry and GtkCellRenderer objects easily
GnomeDbDataEntry — Interface which provides the user with specific widgets to manipulate data
GnomeDbEntryString
GnomeDbEntryBoolean
GnomeDbEntryTime — Widget to enter a HH:MM:SS time value
GnomeDbEntryDate — Widget to enter a date value
GnomeDbEntryTimestamp — Widget to enter a time stamp value (Date + HH:MM:SS)
GnomeDbEntryNone — Default handling of unknown data types
GnomeDbEntryCombo — A combo box to choose a value from a GdaParameterList
GnomeDbEntryCidr — Specific for Postgres's CIDR data type
GnomeDbEntryPassmd5 — Used to store password as an MD5 sum of real password
GnomeDbEntryText
GnomeDbEntryFilesel

The widgets listed in this section implement the GnomeDbDataEntry interface. They are useally created using the corresponding GdaDataHandler data handler.