You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.


TOC PREV NEXT INDEX

Embedding Gecko API


nsIProgrammingLanguage


Enumeration of programming languages. This interface is scriptable.

Constants
const PRUint32 UNKNOWN=0
const PRUint32 CPLUSPLUS =1
const PRUint32 JAVASCRIPT=2
const PRUint32 PYTHON=3
const PRUint32 PERL=4
const PRUint32 JAVA=5
const PRUint32 ZX81_BASIC= 6
const PRUint32 JAVASCRIPT2=7

This list can grow indefinitely. Existing items, however, must not be changed.


Written by:Ellen Evans | Comments, questions, complaints? Bug 143387
TOC PREV NEXT INDEX