Update browser-window.md
This commit is contained in:
parent
943e46f3bd
commit
a4636ba18c
1 changed files with 3 additions and 1 deletions
|
@ -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_
|
||||
|
||||
|
|
Loading…
Reference in a new issue