Earlier, I wrote:
> This may actually be a bug in libglade itself rather than the Python
> bindings, but it's simpler to demonstrate it in Python. Essentially,
> if you try to use get_widget (or get_widget_by_longname) for a combo
> box's entry widget you'll get a core dump.
I've done some more experimentation and the problem appears that
libglade (glade/glade-gtk.c) is missing the code to parse the
GtkCombo:entry child entry, so things like the tooltips, signal
handlers, and so on, just get silently dropped.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]