[Gtk-sharp-list] Stuck in gtk-demo port from c to c#
John Luke
jluke@users.sourceforge.net
Wed, 01 Oct 2003 15:09:17 -0400
>==============
>Should I use reflection to get the properties out of the examples, or should
>I do it by hand like in this examples ?
>
>
>
>
I made a few changed to what you sent the other day. Mostly making the
code look more like c# than c (at least in my opinion), and do some of
the tree/list stuff you were stuck on. Also, I made it so it compiled
into one assembly, and the examples are launched when you double-click
on the tree.
Someone would need to still finish most of the examples themselves, and
also, the loading and unloading of the source in the notebook. (Maybe
include the .cs files as resources?) You can download what I have at
http://helios.acomp.usf.edu/~luke/gtksharp-demo.tar.bz2 which includes a
makefile and the images.
Perhaps we should put it in cvs under gtk-sharp/samples/gtksharp-demo if
people are interested in finishing it. I think some of the examples may
fit into monodoc eventually as well.