Re: [PyMOL] Lift PyMOL Viewer Window

2015-01-14 Thread Thomas Holder
Hi Louis-Philippe, the viewer window is managed by GLUT, not by Tk. But this might work for you: cmd.window('hide') cmd.window('show') Cheers, Thomas On 13 Jan 2015, at 11:05, Louis-Philippe Morency lmore...@me.com wrote: Hi, I’m currently developing a PyMOL plugin and I am currently

[PyMOL] Lift PyMOL Viewer Window

2015-01-13 Thread Louis-Philippe Morency
Hi, I’m currently developing a PyMOL plugin and I am currently unable to achieve this : Lift the PyMOL Viewer Window (the one with 3D structures shown). We use a lot of Wizards and upon starting a new Wizard, I want the PyMOL viewer window to raise above others (done with the TKinter .lift()