[Gtk-sharp-list] Data grid comparable to the data grid control in MS/VS

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Jul 22 02:40:02 EDT 2008


On Tue, Jul 22, 2008 at 1:59 AM, Christian Hoff <christian_hoff at gmx.net> wrote:
> I have written a custom TreeModel to display DataTables. With this one it
> should be easy to display a DataTable in a Gtk.TreeView or any other widget
> you want. Maybe it's even compatible with the Medsphere widget. However, I
> had to make use of GInterface implementation which is only supported in Gtk#
> 2.12 (see http://www.mono-project.com/ImplementingGInterfaces)
...
> // DataTableStore.cs
> //
> // Copyright (C) 2008 Christian Hoff
> //
> // This program is free software: you can redistribute it and/or modify
> // it under the terms of the GNU General Public License as published by
> // the Free Software Foundation, either version 3 of the License, or

Really nice idea, but it seems a shame to use a restrictive license
for a library class like this. IMO LGPL would be more appropriate, to
align with GTK's licensing.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Gtk-sharp-list mailing list