Re: get position is scrolled wxScrolledWindow

2007-08-07 Thread kyosohma
On Aug 6, 11:20 pm, Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > I have a wxScrolledWindow, and some things drawn on it. I've hooked the > left click event to a certain function I've got. Anyway, everytime I do > a event.GetPosition() on the position of the mouse on the > wxScrolledWindow, it retu

get position is scrolled wxScrolledWindow

2007-08-06 Thread Astan Chee
Hi, I have a wxScrolledWindow, and some things drawn on it. I've hooked the left click event to a certain function I've got. Anyway, everytime I do a event.GetPosition() on the position of the mouse on the wxScrolledWindow, it returns the physical location or position of the mouse. Does anyone