git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67765
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
enum wxWebNavigationError
{
/** Connection error (timeout, etc.) */
enum wxWebNavigationError
{
/** Connection error (timeout, etc.) */
- wxWEB_NAV_ERR_CONNECTION = 1,
+ wxWEB_NAV_ERR_CONNECTION,
/** Invalid certificate */
/** Invalid certificate */
- wxWEB_NAV_ERR_CERTIFICATE = 2,
+ wxWEB_NAV_ERR_CERTIFICATE,
/** Authentication required */
/** Authentication required */
- wxWEB_NAV_ERR_AUTH = 3,
/** Other security error */
/** Other security error */
- wxWEB_NAV_ERR_SECURITY = 4,
+ wxWEB_NAV_ERR_SECURITY,
/** Requested resource not found */
/** Requested resource not found */
- wxWEB_NAV_ERR_NOT_FOUND = 5,
+ wxWEB_NAV_ERR_NOT_FOUND,
/** Invalid request/parameters (e.g. bad URL, bad protocol,
* unsupported resource type) */
/** Invalid request/parameters (e.g. bad URL, bad protocol,
* unsupported resource type) */
- wxWEB_NAV_ERR_REQUEST = 6,
/** The user cancelled (e.g. in a dialog) */
/** The user cancelled (e.g. in a dialog) */
- wxWEB_NAV_ERR_USER_CANCELLED = 7,
+ wxWEB_NAV_ERR_USER_CANCELLED,
/** Another (exotic) type of error that didn't fit in other categories*/
/** Another (exotic) type of error that didn't fit in other categories*/
- wxWEB_NAV_ERR_OTHER = 8
};
/** Type of refresh */
enum wxWebViewReloadFlags
{
/** Default reload, will access cache */
};
/** Type of refresh */
enum wxWebViewReloadFlags
{
/** Default reload, will access cache */
- wxWEB_VIEW_RELOAD_DEFAULT = 0,
+ wxWEB_VIEW_RELOAD_DEFAULT,
/** Reload the current view without accessing the cache */
wxWEB_VIEW_RELOAD_NO_CACHE
};
/** Reload the current view without accessing the cache */
wxWEB_VIEW_RELOAD_NO_CACHE
};
enum wxWebNavigationError\r
{\r
/** Connection error (timeout, etc.) */\r
enum wxWebNavigationError\r
{\r
/** Connection error (timeout, etc.) */\r
- wxWEB_NAV_ERR_CONNECTION = 1,\r
+ wxWEB_NAV_ERR_CONNECTION,\r
/** Invalid certificate */\r
/** Invalid certificate */\r
- wxWEB_NAV_ERR_CERTIFICATE = 2,\r
+ wxWEB_NAV_ERR_CERTIFICATE,\r
/** Authentication required */\r
/** Authentication required */\r
- wxWEB_NAV_ERR_AUTH = 3,\r
/** Other security error */\r
/** Other security error */\r
- wxWEB_NAV_ERR_SECURITY = 4,\r
+ wxWEB_NAV_ERR_SECURITY,\r
/** Requested resource not found */\r
/** Requested resource not found */\r
- wxWEB_NAV_ERR_NOT_FOUND = 5,\r
+ wxWEB_NAV_ERR_NOT_FOUND,\r
/** Invalid request/parameters (e.g. bad URL, bad protocol,\r
unsupported resource type) */\r
/** Invalid request/parameters (e.g. bad URL, bad protocol,\r
unsupported resource type) */\r
- wxWEB_NAV_ERR_REQUEST = 6,\r
+ wxWEB_NAV_ERR_REQUEST,\r
/** The user cancelled (e.g. in a dialog) */\r
/** The user cancelled (e.g. in a dialog) */\r
- wxWEB_NAV_ERR_USER_CANCELLED = 7,\r
+ wxWEB_NAV_ERR_USER_CANCELLED,\r
/** Another (exotic) type of error that didn't fit in other categories*/\r
/** Another (exotic) type of error that didn't fit in other categories*/\r
- wxWEB_NAV_ERR_OTHER = 8\r
enum wxWebViewReloadFlags\r
{\r
/** Default reload, will access cache */\r
enum wxWebViewReloadFlags\r
{\r
/** Default reload, will access cache */\r
- wxWEB_VIEW_RELOAD_DEFAULT = 0,\r
+ wxWEB_VIEW_RELOAD_DEFAULT,\r
/** Reload the current view without accessing the cache */\r
wxWEB_VIEW_RELOAD_NO_CACHE \r
};\r
/** Reload the current view without accessing the cache */\r
wxWEB_VIEW_RELOAD_NO_CACHE \r
};\r