gecko-dev/embedding/tests/wxEmbed
2003-07-25 19:06:59 +00:00
..
rc NOT PART OF BUILD. Change popup menus 2003-07-02 21:53:25 +00:00
BrowserFrame.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
BrowserFrame.h NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
ChatFrame.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
ChatFrame.h NOT PART OF BUILD. Add prototypes of editor & chat windows. Create GeckoFrame subclass that does the common functionality for all frames. Cleanup mail window. 2003-06-26 21:31:10 +00:00
EditorFrame.cpp 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
EditorFrame.h 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
EmbedApp.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
GeckoContainer.cpp Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
GeckoContainer.h NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
GeckoContainerUI.cpp NOT PART OF BUILD. Add popup menus, chat template, switch to nsIContextMenuListener2 2003-06-25 22:46:11 +00:00
GeckoFrame.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
GeckoFrame.h NOT PART OF BUILD. Improve editor functionality, fix focus problems in editor/browser, add editor icons 2003-06-27 19:50:10 +00:00
GeckoProtocolHandler.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
GeckoProtocolHandler.h
GeckoWindow.cpp NOT PART OF BUILD. Improve editor functionality, fix focus problems in editor/browser, add editor icons 2003-06-27 19:50:10 +00:00
GeckoWindow.h NOT PART OF BUILD. Improve editor functionality, fix focus problems in editor/browser, add editor icons 2003-06-27 19:50:10 +00:00
GeckoWindowCreator.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
GeckoWindowCreator.h
global.h NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
MailFrame.cpp NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
MailFrame.h NOT PART OF BUILD. Add prototypes of editor & chat windows. Create GeckoFrame subclass that does the common functionality for all frames. Cleanup mail window. 2003-06-26 21:31:10 +00:00
makefile.vc NOT PART OF BUILD. Improve editor functionality, fix focus problems in editor/browser, add editor icons 2003-06-27 19:50:10 +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
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

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.