[sugar] Native code activity and DBus
Keith R. Fieldhouse
olpc
Sat Aug 11 18:37:31 EDT 2007
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
More information about the Sugar-devel
mailing list