Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Window Position - Mac

I have been searching for awhile now for a Mac equivalent of the org.eclipse.swt.internal.win32 functions  FindWindow() and GetWindowRect().  I would like to be able to launch any application, gain control of it and query it to find out where it’s top left position is.  If there is a way to do it by setting its position, that would also work for me.

In the org.eclipse.swt.internal.cocoa I have seen some things about sendmsg – but I haven’t been able to find any good examples of how that works in swt, or if that is even what I need.


Back to the top