[pygtk] run a program with 2 windows on separate monitors

Bjartur Thorlacius svartman95 at gmail.com
Wed Jan 11 08:06:21 WST 2012


On Tue, 10 Jan 2012 21:44:25 -0000, craf <pyclutter at gmail.com> wrote:
> Is it possible to run a program with 2 windows on separate monitors?
>
Yes, but I reckon window management is out of the scope of GTK+. Use the  
same class on both windows (IIRC windows spawned by the same GTK+  
executable use the same class by default). Then write a window manager  
that groups windows by class (where class = Application name).
-- 
-,Bjartur


More information about the pygtk mailing list