/toolkit/content/widgets/optionsDialog.xml
http://github.com/zpao/v8monkey · XML · 39 lines · 32 code · 7 blank · 0 comment · 0 complexity · 16b5cbcb3ac4bf29b63ef14b0ba17b07 MD5 · raw file
- <?xml version="1.0"?>
- <bindings id="optionsDialogBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="optionsDialog"
- extends="chrome://global/content/bindings/dialog.xml#dialog">
- <content>
- #ifndef XP_MACOSX
- <xul:hbox flex="1">
- <xul:categoryBox anonid="prefsCategories">
- <children/>
- </xul:categoryBox>
- <xul:vbox flex="1">
- <xul:dialogheader id="panelHeader"/>
- <xul:iframe anonid="panelFrame" name="panelFrame" style="width: 0px;" flex="1"/>
- </xul:vbox>
- </xul:hbox>
- #else
- <xul:vbox flex="1">
- <xul:categoryBox anonid="prefsCategories">
- <children/>
- </xul:categoryBox>
- <xul:vbox flex="1">
- <xul:iframe anonid="panelFrame" name="panelFrame" style="width: 0px;" flex="1"/>
- </xul:vbox>
- </xul:vbox>
- #endif
- </content>
-
- <implementation>
-
-
- </implementation>
-
- </binding>
-
- </bindings>