Marco Pesenti Gritti wrote: > See how sugar/sugar/activity/activity.py does it (realize signal). > > Marco > > Yes, I called gtk_widget_realize, set the properties and then called show(), but the right thing to do is attach to the realize signal and set the properties there. Show() will realize the widget but the signal will get processed before show().
Thanks again everyone, Keith _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

