[Gtk-sharp-list] Loading Gtk.Combo from .glade file

Mike Kestner mkestner@ximian.com
Tue, 07 Sep 2004 12:14:44 -0500


On Tue, 2004-09-07 at 11:57, Anset wrote:
> Hi,
> 
> Isn't the name you are requesting (comboboxentry1) only the Entry widget
> part of the combobox?
> The combobox itself is a larger widget that is built around it (inclusing
> the popup menu and the arrow button).
> Check your gui in glade... (Use the widgettree)
> You probably want "combobox1" or something like that.

You cannot use Gtk.ComboBox with Gtk#.  Newer versions of glade insert
this and other 2.4 API elements.  

Gtk# 1.0 supports the 2.2 API which would be Gtk.Combo.  If you want to
use glade with Gtk# you need to use glade-2.0.x.

-- 
Mike Kestner <mkestner@ximian.com>