[Glade-users] hi request

Damon Chaplin damon@karuna.uklinux.net
29 Jan 2003 15:38:29 +0000


On Tue, 2003-01-28 at 10:44, praveen kumar wrote:
> hi everybody,
> i am praveen kumar.
> i would like to develope one web browser in PDA using
> mozilla's gecko engine.
> But i am not getting how to develope the browser using
> gecko engine.Is anybody can give details information
> on embedding gecko in to the browser and also inform
> me how can i get gecko engine source code only.

You could look at galeon, which is a popular GNOME web browser that also
uses the gecko engine.

I don't know if gecko is distributed on its own. You should ask the
mozilla people.


> For that i want to use glade.
> can i use glade effieciently for this embedded
> application?

We recommend using libglade for large projects, since the code generated
by Glade doesn't scale very well. libglade loads the XML files at
runtime, so you can keep each dialog in a separate XML file.

Damon