[Gtk-sharp-list] GTK# basics

Wei Weng wweng@kencast.com
Wed, 30 Mar 2005 14:07:10 -0500


Mayank Jain wrote:
> Hi all,
> 
> I'm quite new to Mono, but have been developing for quite some time
> with GTK+ (say about 2-3 projects).
> 
> GTK# seems quit interesting as it offers flexibility of .net platform
> & a robust OO framework.
> 
> BUT, the problem is that i could not find any good tutorials/docs to
> start with GTK#.
> 
> I have seen many "Hello World" tutorials, but what after that? I have
> tried Monodoc, but again, it just gives you the API's. You see, "Hello
> world" tutorials are great for absolute starters, but what if i'm
> already though that stage? How do i find the nitty-gritty's of GTK#.
> Okay, a very simple solution would be : code, code & more code. But
> still... if i have something to read before starting, it would make
> life quite easier.
> 
> So! Long story cut short...
> Can anyone point me to some good GTK# docs (not the API's). 
> 
> Thanks in advance :-)
> 

I have been reading "Mono: a developer's notebook" to start off my first 
experience with mono and GUI programmings in general. :)

I also bought "Professional C#: 3rd edition" to help with C# grammar problems.

So far, they had been helpful. :) But I still need to use IRC: #mono 
irc.gnome.org and this list sometimes to get those really-hard-to-find infos.

HTH.


Wei