Any suggestions on how to test whether a gtk.Window is fully visible,
not obscured by other windows and not off the screen?

I see that there is a symbol

gtk.gdk.VISIBILITY_UNOBSCURED

which looks relevant, but I don't know how to use it.

I also experimented with 

        self.connect('focus_in_event', self.focus_in_event)
        self.set_events(gdk.FOCUS_CHANGE_MASK| ...

but self.focus_in_event is never called regardless of whether I give
the window the focus or not.

Thanks,
John Hunter

pygtk 1.99.14
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to