Sha256: e4e28c0b9425a59dfc254a25fab670714cd93aac8411cb6ed545f587364ebe3d

Contents?: true

Size: 537 Bytes

Versions: 15

Compression:

Stored size: 537 Bytes

Contents

#ifndef _RHOWEBVIEW_H_
#define _RHOWEBVIEW_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(VALUE valMenu);
void rho_webview_full_screen_mode(int enable);

#ifdef __cplusplus
};
#endif //__cplusplus

#endif //_RHOWEBVIEW_H_

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rhodes-2.0.3 platform/shared/rubyext/WebView.h
rhodes-2.0.2 platform/shared/rubyext/WebView.h
rhodes-2.0.0 platform/shared/rubyext/WebView.h
rhodes-2.0.0.rc2 platform/shared/rubyext/WebView.h
rhodes-2.0.0.rc1 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta11 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta10 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta9 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta8 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta7 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta6 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta4 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta3 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta2 platform/shared/rubyext/WebView.h
rhodes-2.0.0.beta1 platform/shared/rubyext/WebView.h