gecko-dev/embedding/tests/wxEmbed
..
rc
BrowserFrame.cpp
BrowserFrame.h
EmbedApp.cpp
GeckoContainer.cpp
GeckoContainer.h
GeckoContainerUI.cpp
GeckoProtocolHandler.cpp
GeckoProtocolHandler.h
GeckoWindow.cpp
GeckoWindow.h
GeckoWindowCreator.cpp
GeckoWindowCreator.h
MailFrame.cpp
MailFrame.h
README.txt
global.h
makefile.vc
wxEmbed.def
wxEmbed.dsp
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. Go with wxMozilla if you are more interested in something more
robust and cross-platform. wxEmbed is intended more as a harness to test the
embedding functionality of Gecko not an end solution.

To build wxEmbed you must:

1. Get the latest 2.4 release from wxwindows.org
2. Build the debug/release static lib versions
3. cd into wxWindows/control 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.