On Tue, Jul 21, 2009 at 11:21:43AM +1000, David Sackett wrote:
> I have just run into the following issue:
> 
> http://bugs.async.com.br/show_bug.cgi?id=3765
> 
> I see that it was reported about a year ago and there have been no further
> comments. I have worked around the issue by calling set_visible_window(True)
> on the eventbox after attaching the slave view. I had a look at the pygtk
> docs and it looks like it would be better to not have a visible window
> although I don't really understand the implications. Can anything be done to

It's likely that the problem is caused by GtkNotebook having some custom
signal connection code that isn't being run when it is being added to an
invisible EventBox. I'm not entirely sure why that would be, but if you
can check out the code for GtkNotebook and perhaps the handler for
expose_event or similar, you will have a hint as to why this is
happening.

I'm not sure why we have the set_visible_window(False) call there, but
maybe Johan does. Johan?
-- 
Christian Robottom Reis | [+55 16] 3376 0125 | http://launchpad.net/~kiko
                        | [+55 16] 9112 6430 | http://async.com.br/~kiko
_______________________________________________
Kiwi mailing list
[email protected]
http://www.async.com.br/mailman/listinfo/kiwi

Reply via email to