MNativeWindowHdl.h File Reference

MNativeWindowHdl.h File Reference
#include <maya/MTypes.h>

File Description

Defines the native window handle type.

Typedefs

typedef type MNativeWindowHdl
 Native window handle type. More...
 

Typedef Documentation

typedef type MNativeWindowHdl

Native window handle type.

'type' is defined as follows on each supported platform:

1 Linux Window
2 OS X (64-bit) void* (cast to NSView* before using)
3 Microsoft Windows HWND