[Orbit-python-list] Bonobo control example
Status: Inactive
Brought to you by:
tack
From: Michele C. <mol...@f2...> - 2001-08-28 07:36:48
|
Hi, back again with my silly questions... I was trying to translate the example from "On writing a Bonobo control" to Python and found that I cannot create a BonoboControl from a custom Python widget... well I can create the control, but the container cannot activate it. I have attached my experiments (please tell me if I'm annoying somebody with my attachements). All is working well if I create the control from a native Gtk+ widget (i.e. one implemented in the C extension), but using a Python class doesn't work... I have also tried to create a gtk.GtkWidget instance passing the object reference [ gtk.GtkWidget(_obj = w._o) ] but that didn't worked either... -- Michele - www.moleskine.f2s.com |