[pygtk] dialog in a fullscreen app

2007-04-10 Thread Mikael Lindqvist
Hello, I'm creating a fullscreen application using pygtk. In the application I have a dialog that I want to pop up in front of the fullscreen window. The problem is that when I do this my gnome panels appear as well as long as the dialog has focus, and this is not what I want. (Don't know if "gno

[pygtk] update notification signals

2006-12-06 Thread Mikael Lindqvist
Hello, Is there a way of distinguishing if the value of a control is changed by the user or by code in some part of my program? To clarify, I'm setting the value of a spinbutton with code, i.e. spinbutton.set_value(...) . This causes the value_changed signal to be sent to my program. The behavio