Getting a window handle

How would I get a window handle on a wxpython window on win32 such as is returned by, for example, GetSafeHwnd()?

TIA

Rob Brooks

rob wrote:

How would I get a window handle on a wxpython window on win32 such as is returned by, for example, GetSafeHwnd()?
TIA
Rob Brooks

Call the GetHandle() method.

David