Desktop.Window.webview

You're seeing just the function webview, go back to Desktop.Window module for more information.

Fetch the underlying :wxWebView instance object. Call this if you have to use more advanced :wxWebView functions directly on the object.

  • pid - The pid or atom of the Window

Examples

iex> :wx.set_env(Desktop.Env.wx_env())
iex> :wxWebView.isContextMenuEnabled(Desktop.Window.webview(pid))
false