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>

