14
edits
| Line 31: | Line 31: | ||
Please refer to https://wiki.mozilla.org/Embedding/NewApi/Win32 | Please refer to https://wiki.mozilla.org/Embedding/NewApi/Win32 | ||
===Extended | ===Extended wxWidgets using embeded API=== | ||
====Create an new Class | ====Create an new Class wxMozView inheriting wxWindows==== | ||
Header file wxMozView.h | Header file wxMozView.h | ||
| Line 75: | Line 75: | ||
{ | { | ||
public: | public: | ||
explicit wxMozView(wxWindow* | explicit wxMozView(wxWindow* parent = NULL, | ||
wxWindowID id = wxID_ANY, | wxWindowID id = wxID_ANY, | ||
const wxPoint& pos = wxDefaultPosition, | const wxPoint& pos = wxDefaultPosition, | ||
edits