Update browser-window.md

This commit is contained in:
Omri Litov 2016-01-08 20:53:59 +02:00
parent 943e46f3bd
commit a4636ba18c

View file

@ -573,7 +573,9 @@ Returns whether the window is in kiosk mode.
### `win.getNativeWindowHandle()`
Returns the OS window handle in a buffer.
Returns the platform-specific handle of the window in a buffer.
Cast it to the appropriate type, such as HWND for Windows, NSView* for OS X or unsigned long for Linux.
Used for OS's Native API's for windows.
### `win.hookWindowMessage(message, callback)` _Windows_