platform/shared/rubyext/WebView.h in rhodes-3.5.1.12 vs platform/shared/rubyext/WebView.h in rhodes-5.5.0
- old
+ new
@@ -33,16 +33,24 @@
extern "C" {
#endif //__cplusplus
void rho_webview_refresh(int index);
void rho_webview_navigate(const char* url, int index);
+void rho_webview_navigate_back_with_tab(int index);
void rho_webview_navigate_back();
void rho_webview_navigate_forward();
const char* rho_webview_execute_js(const char* js, int index);
+const char* rho_webview_execute_js_sync(const char* js, int index);
const char* rho_webview_current_location(int index);
int rho_webview_active_tab();
-void rho_webview_set_menu_items(unsigned long valMenu);
+//void rho_webview_set_menu_items(unsigned long valMenu);
+void rho_webview_update_menu(int bItems);
void rho_webview_full_screen_mode(int enable);
+int rho_webview_get_full_screen();
+unsigned long rho_webview_get_current_url(int index);
+const char* rho_webview_current_location(int index);
+void rho_webview_set_cookie(const char *url, const char *cookie);
+void rho_webview_setNavigationTimeout(int nTimeout);
#ifdef __cplusplus
};
#endif //__cplusplus