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

Version Path
rhodes-3.0.2 platform/shared/rubyext/WebView.h
rhodes-3.0.2.beta.1 platform/shared/rubyext/WebView.h
rhodes-3.0.1 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.8 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.7 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.6 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.5 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.4 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.3 platform/shared/rubyext/WebView.h
rhodes-3.0.1.beta.2 platform/shared/rubyext/WebView.h
rhodes-3.0.0 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.7 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.6 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.5 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.4 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.3 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.2 platform/shared/rubyext/WebView.h
rhodes-3.0.0.beta.1 platform/shared/rubyext/WebView.h
rhodes-2.4.1 platform/shared/rubyext/WebView.h
rhodes-2.4.1.beta.1 platform/shared/rubyext/WebView.h