From: Steven P. <n9...@n9...> - 2004-02-27 15:06:45
|
On Feb 26, 2004, at 11:24 PM, Roger Binns wrote: > I have found one tiny problem which is that wxWidgets (on Windows > anyway) > doesn't know about multiple monitors. It only returns information > about > the first monitor. I think it's the same on the Mac. At least I find that preferable to what X does on the Mac with mutliple monitors, you just get one huge destktop and so a "centered" window splits across two screens. Pros and Cons I guess, take your pick how you like it. :-) > It also looks like wx.GetClientDisplayRect should be called to get the > area of the screen that isn't covered in start bars etc. For example > this is the output on my 1600x1200 monitor: I hadn't seen that in the API, I'll check it out. It would remove some of the "fudge factor" I had put in there. :-) |