Re: How to embed Gecko in a C++ app under Linux? Thanks for your help
On Jul 25, 6:51 pm, victor wrote: > On Jul 24, 4:35 pm, Wen Shane wrote: > > > Hello! > > > I am a rookie to Gecko, and I am now developing an application on > > search results clustering under Linux. In this app, I plan to embed > > Gecko to get all visible elements' position in the HTML page they > > belong to. After reading so many docs on Gecko embedding on the > > deveop.mozilla.org, I found I am lost; I dont know how to get it > > started. > > > If I want to embed Gecko in C++ app under Linux, must I use XULRunner? > > How should I start? What libs should I include in my app? Any simple > > examples? > > > any help will be appreciated! > > > Thanks a lot > > > Shane > > Refer to gtk test as a > starthttp://mxr.mozilla.org/mozilla-central/source/embedding/browser/gtk/t... thank you, victor! ___ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
Re: How to embed Gecko in a C++ app under Linux? Thanks for your help
On Jul 24, 4:35 pm, Wen Shane wrote: > Hello! > > I am a rookie to Gecko, and I am now developing an application on > search results clustering under Linux. In this app, I plan to embed > Gecko to get all visible elements' position in the HTML page they > belong to. After reading so many docs on Gecko embedding on the > deveop.mozilla.org, I found I am lost; I dont know how to get it > started. > > If I want to embed Gecko in C++ app under Linux, must I use XULRunner? > How should I start? What libs should I include in my app? Any simple > examples? > > any help will be appreciated! > > Thanks a lot > > Shane Refer to gtk test as a start http://mxr.mozilla.org/mozilla-central/source/embedding/browser/gtk/tests/ ___ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
Re: How to embed Gecko in a C++ app under Linux? Thanks for your help
On 7月24日, 下午4时35分, Wen Shane wrote: > Hello! > > I am a rookie to Gecko, and I am now developing an application on > search results clustering under Linux. In this app, I plan to embed > Gecko to get all visible elements' position in the HTML page they > belong to. After reading so many docs on Gecko embedding on the > deveop.mozilla.org, I found I am lost; I dont know how to get it > started. > > If I want to embed Gecko in C++ app under Linux, must I use XULRunner? > How should I start? What libs should I include in my app? Any simple > examples? > > any help will be appreciated! > > Thanks a lot > > Shane Is XULRunner SDK is all that I need for Gecko embeding? Is it enought? ___ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
