[Mono-list] Integration ADO.NET with GTK#
Rodrigo Moya
rodrigo@ximian.com
20 Jan 2003 20:32:51 +0100
On Mon, 2003-01-20 at 00:48, Jorge Pérez Burgos (Koke) wrote:
> Hello,
>
> I'm very interesting with the integration of ADO.NET with GTK#. I want
> to begin to implement the data binding to a GtkTreeView if none is doing
> it. Can you explain the best way to do this?
>
I was planning myself to do that integration as part of the gnome-db#
bindings. That is, this will mean converting the ADO.NET structures to
the ones used by gnome-db#, so that all libgnomedb widgets can be used
with that. It would contain methods such as:
GnomeDb.Grid.SetADODataset (dataset);
...
which will internally just convert that 'dataset' into the needed things
for the underlying libgnomedb widget.
Were you planning to do the work on plain GTK only?
cheers
--
Rodrigo Moya <rodrigo@ximian.com>