Re: [Gtk-sharp-list] Which Class to inheret from

2010-07-12 Thread Michael Hutchinson
On Mon, Jul 12, 2010 at 9:44 PM, Michael Hutchinson wrote: > On Mon, Jul 12, 2010 at 6:43 PM, Aaron Radich wrote: >> I've got a custom .NET Windows froms control that I'm trying to port to >> Mono/GTK#.  The control inherits from System.Windows.Forms.UserControl in >> the .NET Windows Forms versi

Re: [Gtk-sharp-list] Which Class to inheret from

2010-07-12 Thread Michael Hutchinson
On Mon, Jul 12, 2010 at 6:43 PM, Aaron Radich wrote: > I've got a custom .NET Windows froms control that I'm trying to port to > Mono/GTK#.  The control inherits from System.Windows.Forms.UserControl in > the .NET Windows Forms version.  What do you think I should use as the base > class type in m

Re: [Gtk-sharp-list] gtk-sharp 2.12.10 win32

2010-07-12 Thread David Cantin
Thanks a lot for your work, it's working great so far David 2010/7/9 Mike Kestner > On Sun, 2010-07-04 at 23:33 -0700, Dimitar Dobrev wrote: > > Any news on the installer? > > It's available on the Downloads page now. > > -- > Mike Kestner > > ___ >

[Gtk-sharp-list] Which Class to inheret from

2010-07-12 Thread Aaron Radich
I've got a custom .NET Windows froms control that I'm trying to port to Mono/GTK#.  The control inherits from System.Windows.Forms.UserControl in the .NET Windows Forms version.  What do you think I should use as the base class type in mono/GTK#? Aaron _