@param width The width of the WebView in pixels.
@param height The height of the WebView in pixels.
@param viewSource Enable this to view the HTML source of any web-page
loaded into this WebView. Default is false.
@return Returns a pointer to the created WebView instance. To call methods
on the WebView, see awe_webview_load_url() and related functions.
Creates a new WebView.
@param width The width of the WebView in pixels. @param height The height of the WebView in pixels. @param viewSource Enable this to view the HTML source of any web-page loaded into this WebView. Default is false.
@return Returns a pointer to the created WebView instance. To call methods on the WebView, see awe_webview_load_url() and related functions.