Stefan Csomor wrote:
>Stefan, is there something equivallent to a window handle >that can be used for wxWindow::GetHandle for all types of wxWindows?
Hi
wxWindow has three different counterparts :
- for toplevel windows there is a windowref (MacGetWindowRef)
- for native controls there is a controlhandle (GetMacControl)
- all others have no native counterpart
only once we will move to HIView under 10.2 will we have a native object
(HIObject) of the same superclass for every instance of wxWindow
Hello All,
is there any update on this issue? If not, what would it take to make wxWindow::GetHandle return the right handle (and not the
toplevel handle) on MaxOSX ?
Any info would be greatly appreciated.
Arye.