Warning, /system/qtcurve/gtk2/mozilla/preferences-rev.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE bindings SYSTEM "chrome://global/locale/preferences.dtd">
0003 <bindings
0004     id="mozilluxPreferencesBindings"
0005     xmlns="http://www.mozilla.org/xbl"
0006     xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
0007     xmlns:xbl="http://www.mozilla.org/xbl">
0008   <binding
0009       id="prefwindow"
0010       extends="chrome://global/content/bindings/preferences.xml#prefwindow">
0011     <content xul:dlgbuttons="accept,cancel"
0012              xul:persist="lastSelected screenX screenY"
0013              xul:closebuttonlabel="&preferencesCloseButton.label;"
0014              xul:closebuttonaccesskey="&preferencesCloseButton.accesskey;"
0015              xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
0016              xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
0017              xhtml2:role="wairole:dialog"
0018              xul:title="&preferencesDefaultTitleMac.title;">
0019       <xul:radiogroup anonid="selector" orient="horizontal"
0020                       class="paneSelector chromeclass-toolbar"
0021                       xhtml2:role="wairole:list"/>
0022       <!-- Expose to accessibility APIs as a list -->
0023       <xul:hbox flex="1" class="paneDeckContainer">
0024         <xul:deck anonid="paneDeck" flex="1">
0025           <children includes="prefpane"/>
0026         </xul:deck>
0027       </xul:hbox>
0028       <xul:hbox anonid="dlg-buttons" class="prefWindow-dlgbuttons">
0029         <xul:button dlgtype="disclosure" class="dialog-button" hidden="true"/>
0030         <xul:button dlgtype="help" class="dialog-button" hidden="true"
0031                     icon="help"/>
0032         <xul:button dlgtype="extra2" class="dialog-button" hidden="true"/>
0033         <xul:button dlgtype="extra1" class="dialog-button" hidden="true"/>
0034         <xul:spacer anonid="spacer" flex="1"/>
0035         <xul:button dlgtype="accept" class="dialog-button" icon="accept"/>
0036         <xul:button dlgtype="cancel" class="dialog-button" icon="cancel"/>
0037       </xul:hbox>
0038       <xul:hbox>
0039         <children/>
0040       </xul:hbox>
0041       <xul:keyset>
0042         <xul:key anonid="keyClose" key="&windowClose.key;"
0043                  modifiers="accel" oncommand="window.close();"/>
0044       </xul:keyset>
0045     </content>
0046   </binding>
0047 </bindings>