[Gtk-sharp-list] GTK# basics

Anset Anset@anset.org
Wed, 30 Mar 2005 20:01:01 +0200


As far as I know, there are no advanced tutorials.

Fortunately, Gtk# is "just" a thin layer on top of GTK, so most of the
tutorials for C-style GTK should help.

Of course you'll have to change the syntax, and I agree that is not
easy, and usually not straight foreward.
But this is the only way I found to continue...

Some time ago I sent an email to this list with the places where I found
 more info, if you search the archive I'm sure you can dig it up.

Wkr,

Anset

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 :-)
>