[JDEV] just a short intro
Jeremie
jeremie at jabber.org
Tue Oct 26 16:38:26 CDT 1999
> I'm curiouse about something here. Mozilla itself is being based on Gtk.
> Does the XUL code allow native use of GTK elements?
Nope, Mozilla has it's own toolkit called XPToolkit:
http://www.mozilla.org/xpfe/
There is a nice intro with small XML/example tidbit at:
http://www.mozilla.org/xpfe/gettingstarted.html
Mozilla will render elements in either native widgets (GTK on unix
platforms) or it's own internal widgets. For normal HTML form elements
they can be rendered in either widget set, but there are various XUL-only
widgets that are native only.
Jer
More information about the JDev
mailing list