[Gtk-sharp-list] Gtk.ComboBox?

Viktor Stansvik vstansvik@home.se
Fri, 07 Jan 2005 13:46:20 +0100


Thanks.
I installed Gtk# 1.91 preview release and it works fine. My program
probably won't be ready for its first release before Gtk# 2 anyway so
it's not really a problem.

- viktor
fre 2005-01-07 klockan 10:46 +0100 skrev Francis Brosnan Blazquez:
> El sáb, 18-12-2004 a las 15:11 +0100, Viktor Stansvik escribió:
> > Hi,
> > I was just wondering whether any work on implementing Gtk.ComboBox is
> > being done? I would do it myself if I had the skills, but I don't think
> > that I have. It's quite a critical widget I think.
> > 
> 
> Hi Viktor,
> 
> ComboBox widget is implemented in both mono series: 1.0.x stable, and
> 1.1.x testing. But, both implementation differs.
> 
> ComboBox widget is one of those widgets who have change its interface
> from gtk-2.2 to gtk-2.4. However, gtk-2.4 interface also support 2.2 but
> not in the other way.
> 
> You'll find gtk-sharp examples that the combo is filled up by using a
> "combo.PopdownString" interface and other examples, using the new
> method, which fill up the combo by using a View-Model fashion.
> 
> The issue is that mono stable series (1.0.x) uses gtk-2.2 so, gtk-sharp
> interface must comply the PopDownString interface in order to make your
> code compatible with all mono stable supported platforms. 
> 
> If you are not planing to use the mono stable series, you can use the
> new Combo interface which is bundle with the testing 1.1 mono series.
> 
> .-Francis
> 
> > Thanks,
> > -- viktor
> > 
> > _______________________________________________
> > Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> > 
> >