On Tue, Mar 01, 2005 at 05:22:02PM +0200, Luke Venediger wrote: > 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?
You can create custom widgets easily. See the samples/ dir in the gtk-sharp source for some examples of custom subclasses of Gtk.Widget, etc., iirc. -pete > > Thanks! > Luke Venediger. > -- > Get Firefox Browser! Reclaim the web. http://getfirefox.com/ > _______________________________________________ > Gtk-sharp-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > -- Peter Johanson <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
