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 <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
