> Can anyone suggest a good reference for GTK sharp?

Other than monodoc, no.  Fortunately there is more and more Gtk# code  
around to look at.

http://www.mono-project.com/GtkSharp#Other_Gtk.23_Tutorials &
http://www.mono-project.com/GtkSharp#Beginning_to_use_GTK.23
has some stuff

> I am struggling a bit
> finding out how to use the interface as it seems to be different from
> both GTK and .Net.

I'm not clear on what you mean.  ".Net" isn't a UI toolkit, so that is  
apples and oranges.  Gtk# is itself just a wrapper around Gtk;  which  
means you can [*theoretically*] use examples in C,  but unless you are  
pretty familiar with C that isn't very helpful.

> My current problem is trying to set the initial state of a combo box and
> to get the result.

Active & ActiveText / GetActiveIter

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to