git-svn-id: svn://10.0.0.236/branches/DOM_AGNOSTIC_BRANCH@179891 18797224-902f-48f8-a5cc-f745e15eee43
13 lines
342 B
XML
13 lines
342 B
XML
<?xml version="1.0"?>
|
|
|
|
<overlay id="python_overlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
scripttype="application/x-python"
|
|
>
|
|
|
|
<hbox id="language_box">
|
|
<button id="but_python" label="click for Python"
|
|
oncommand="print 'hello from Python'"/>
|
|
</hbox>
|
|
|
|
</overlay> |