A simple rolodex application. Currently only browsing is possible.
Adding and editing will be implemented later.

The purpose of this application is to create a Model View Controler
framework for gnome-db. In this exampel a gnomerecset is the model,
the gdaform is the view and GtkButtons are the controlers. A more
complicated controler is shown in rolonav.c which also has a view
(eof/bof).

The main program is ratehr short (rolo.c). All other components should 
be seen as the beginning of a widget library for gnome-db.


Usage:
rolodex -s <provider> -d <datasource name> -u <user> -p <passwd> -t <tablename>

CHANGES
-------

In the new rolodex application the objetive is to show
people how to use gnome-db client and ui libraries. Also
we try to show the use of Bonobo in gnome-db and how to use
the generic gnome-container (a Bonobo container).

This code is the first approach to libglade in gnome-db so
it must be shown as demo code, not for production ;-D

Alvaro del Castillo (alvaro_del_castillo@teleline.es)

