Individual data entry widgets

GnomeDbDataEntry - Interface which provides the user with specific widgets to manipulate data
GnomeDbEntryString -
GnomeDbEntryBoolean -
GnomeDbEntryTime -
GnomeDbEntryNone - Default handling of unknown data types
GnomeDbEntryCombo - A combo box to choose a value from a GnomeDbDataSet
GnomeDbEntryCidr - Specific for Postgres's CIDR data type
GnomeDbEntryPassmd5 - Used to store password as an MD5 sum of real password

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