[Gtk-sharp-list] Newbie question: Can you write new widgets in gtk#

Nigel Benns nigel_benns@rogers.com
Tue, 1 Mar 2005 11:03:08 -0500 (EST)


Yes you can create new widgets by inheriting from either Gtk.Widget or the
widget you want to create it from.

class MyWidget : Gtk.Widget {

}

> Hi there,
>
> I'm a newbie to this forum, and I'm interested in writing an open
> source library of components for GTK#. Is this possible to do, or must
> your widgets be written in gtk+ and wrapped into c# code?
>
> Thanks!
> Luke Venediger.
> --
> Get Firefox Browser! Reclaim the web. http://getfirefox.com/
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>