[Gtk-sharp-list] Combo Bug?
Mike Kestner
mkestner@ximian.com
Tue, 22 Jun 2004 13:45:23 -0500
On Tue, 2004-06-22 at 13:11, Przemyslaw Sowa wrote:
> Hi!
>
> I think I've found a bug.
>
> I have a .glade file describing simple window with ComboBox (Class:
> GtkComboBox in Glade) and following code:
>
> [Glade.Widget] Combo comboRecorder;
ComboBox is not a supported widget in Gtk# 1.0. It is a Gtk+ 2.4
widget, which won't be supported until we move development to a newer
platform at some point in the relatively near future.
If you want to use ComboBox instead of Combo, you'll need to use
jeroen's 2.4 branch in the mean time.
--
Mike Kestner <mkestner@ximian.com>