does any one know how to create a modal dialog that scrolls in from the top of the parent window (like the about window in glade 3.10). I’m using Glade 3.10 with python. I tried creating a dialog and a normal window, setting it’s properties to modal and popup,… but that doesn’t seem to do the trick, any ideas?
Thanks in advance.
You have to set the dialog transient for the parent window.