Sha256: ed5a1a10b2be4a0fb580898902143210a93dbadddc542503c92b6cad6b3f70f6
Contents?: true
Size: 582 Bytes
Versions: 19
Compression:
Stored size: 582 Bytes
Contents
#ifndef _RHOWEBVIEW_H_ #define _RHOWEBVIEW_H_ //#include "../ruby/include/ruby.h" #ifdef __cplusplus extern "C" { #endif //__cplusplus void rho_webview_refresh(int index); void rho_webview_navigate(const char* url, int index); void rho_webview_navigate_back(); const char* rho_webview_execute_js(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_full_screen_mode(int enable); #ifdef __cplusplus }; #endif //__cplusplus #endif //_RHOWEBVIEW_H_
Version data entries
19 entries across 19 versions & 1 rubygems