[Gtk-sharp-list] What's the proper way to extend OSS GTK#?

Stasys Adiklis Stasys Adiklis" <sadiklis@mail.lt
Fri, 23 May 2003 09:49:26 +0300


1. Go to GKT+ project, write widget in C, go back to GTK# project and add
bindings.
2. Forget GTK+ and just inherit/extend a GTK# class.

Which one is the way to go?