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 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.