On Tue, 10 Jan 2012 21:44:25 -0000, craf <[email protected]> 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
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to