Sha256: 8459e59355e01f65eb21be79c71bddea600f03181d398d21203490705c05e9e8

Contents?: true

Size: 1.16 KB

Versions: 14

Compression:

Stored size: 1.16 KB

Contents

#include <windows.h>

//#include "common/app_build_capabilities.h"
#include "RhoElementsMsgs.h"

//#ifdef APP_BUILD_CAPABILITY_WEBKIT_BROWSER 
UINT WM_BROWSER_ONDOCUMENTCOMPLETE      = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONDOCUMENTCOMPLETE");
UINT WM_BROWSER_ONNAVIGATECOMPLETE      = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONNAVIGATECOMPLETE");
UINT WM_BROWSER_ONTITLECHANGE           = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONTITLECHANGE");
UINT WM_BROWSER_ONBEFORENAVIGATE        = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONBEFORENAVIGATE");
UINT WM_BROWSER_ONNAVIGATIONTIMEOUT     = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONNAVIGATIONTIMEOUT");
UINT WM_BROWSER_ONNAVIGATIONERROR       = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONNAVIGATIONERROR");
UINT WM_BROWSER_ONSETSIPSTATE           = ::RegisterWindowMessage(L"RHODES_WM_BROWSER_ONSETSIPSTATE");
UINT WM_BROWSER_ONALERTPOPUP            = ::RegisterWindowMessage(L"WM_BROWSER_ONALERTPOPUP");
UINT WM_BROWSER_ONAUTHENTICATIONREQUEST = ::RegisterWindowMessage(L"WM_BROWSER_ONAUTHENTICATIONREQUEST");
//UINT WM_BROWSER_ONGPSDATA               = ::RegisterWindowMessage(L"WM_BROWSER_ONGPSDATA");
//#endif

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-7.5.1 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-7.4.1 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-7.1.17 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-6.2.0 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-6.0.11 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.18 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.17 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.15 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.0.22 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.2 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.0.7 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.0.3 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp
rhodes-5.5.0 extensions/rhoelements/ext/wm/RhoElementsMsgs.cpp