[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] GetRect() doesn't do what you think it does
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Sun, 16 Apr 2006 20:26:09 +0100
- Subject: [XaraXtreme-dev] GetRect() doesn't do what you think it does
Beware: GetRect() doesn't do what you think it does. It returns screen
coordinates if you call it from a wxTopLevelWindow, but coordinates
relative to the parent if from another window (aaargghhh).
Alex