Sha256: b3d541297ae37f0e74edbe66cfe263ecb286b41a3e3c8c5e98891f5c6fe2a1e0
Contents?: true
Size: 619 Bytes
Versions: 32
Compression:
Stored size: 619 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(); void rho_webview_navigate_forward(); 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
32 entries across 32 versions & 1 rubygems