Re: Multi monitor environment

2006-06-23 Thread Tor Lillqvist
John Cupitt writes: > again, no idea how well that would work on Xinerama/Win32. Not at all, as there is only one GdkScreen (with a number of monitors, though) in gdk/win32, and Xinerama I guess. (And only one GdkDisplay in Win32.) I once had an idea to map Win32 "desktops" (the things you creat

Re: Multi monitor environment

2006-06-23 Thread John Cupitt
On 6/23/06, John Cupitt <[EMAIL PROTECTED]> wrote: > There's GdkScreen which is supposed to have this information, at least > in a traditional X multihead setup: > > http://developer.gnome.org/doc/API/2.0/gdk/GdkScreen.html Forgot, and here's the get/set for GtkWindow: http://developer.gnome.or

Re: Multi monitor environment

2006-06-23 Thread John Cupitt
On 6/23/06, 3saul <[EMAIL PROTECTED]> wrote: > How do I find out which monitor my application is on in a multiple monitor > environment? There's GdkScreen which is supposed to have this information, at least in a traditional X multihead setup: http://developer.gnome.org/doc/API/2.0/gdk/GdkScree

Re: Multi monitor environment

2006-06-22 Thread Tor Lillqvist
3saul writes: > How do I find out which monitor my application is on in a multiple monitor > environment? Does your application have just one or several top-level windows? If it has several, and the user has placed them on different monitors, is there even a clear answer? And what if some of the

Multi monitor environment

2006-06-22 Thread 3saul
How do I find out which monitor my application is on in a multiple monitor environment? -- View this message in context: http://www.nabble.com/Multi-monitor-environment-t1834631.html#a5006908 Sent from the Gtk+ - Apps Dev forum at Nabble.com. ___ gtk