gecko-dev/embedding/tests/wxEmbed
gerv%gerv.net 8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
..
rc NOT PART OF BUILD. Implement view-source: and hook up status bar on edit app 2004-01-13 22:19:52 +00:00
BrowserFrame.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
BrowserFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
ChatFrame.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
ChatFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
EditorFrame.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
EditorFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
EmbedApp.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoContainer.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoContainer.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoContainerUI.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoFrame.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoProtocolHandler.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoProtocolHandler.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoWindow.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoWindow.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoWindowCreator.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
GeckoWindowCreator.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
MailFrame.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
MailFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
README.txt NOT PART OF BUILD. Add link to wxmozilla in readme, fixup popup menus in browser, add more functionality to editor, add new save & print menu items 2003-06-30 20:49:06 +00:00
global.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
makefile.vc NOT PART OF BUILD. Add Edit menu and cut, copy, paste and select all functionality to browser & editor 2004-01-13 21:42:25 +00:00
wxEmbed.def
wxEmbed.dsp NOT PART OF BUILD. Improve editor functionality, fix focus problems in editor/browser, add editor icons 2003-06-27 19:50:10 +00:00
wxEmbed.rc

README.txt

wxEmbed is a sample application developed with wxWindows to demonstrate
various ways of embedding Gecko. It contains a sample browser and several
other demonstrations of embedded Gecko.

wxEmbed is deliberately not based upon wxMozilla - a 3rd party wrapper
for wxWindows. wxMozilla is the recommended route if you are more interested
in something more robust and cross-platform for wxWindows. wxEmbed is intended
more as a test harness for the embedding functionality of Gecko not an end
solution.

wxMozilla is here:

http://wxmozilla.sourceforge.net/

To build wxEmbed you must:

1. Get the latest 2.4 (at least 2.4.1) release from wxwindows.org
2. Build the debug/release static lib versions
3. cd into wxWindows/contrib and build src/xrc and utils/wxrc
4. Set your WXWIN environment variable to point to the wxWindows dir
5. Build Mozilla
6. Set MOZ_SRC environment variable to point to it.
7. Call nmake /f makefile.vc

If the gods were kind you should now have a wxembed.exe that you can copy to
your Mozilla dist directory and execute.