home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Winamp / winamp3_0-full.exe / Skins / Default.wal / xml / eq-normal.xml < prev    next >
Text File  |  2002-07-30  |  2KB  |  53 lines

  1. <!-- eq-normal.xml defines the layout of the Equalizer Window. -->  
  2.  
  3. <include file="eq-normal-group.xml"/>
  4.   
  5. <layout id="normal" minimum_h="116" maximum_h="116" minimum_w="275" maximum_w="275">
  6.  
  7.   <Wasabi:StandardFrame:NoStatus 
  8.     x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  9.     content="eq.normal.content.group" 
  10.     padtitleright="31" 
  11.     shade="shade"
  12.   />
  13.   <sendparams target="window.titlebar.title" default="Equalizer"/>
  14.   <sendparams target="mousetrap" dblClickAction="SWITCH;shade"/>
  15.   <sendparams target="window.top.left;window.top;window.top.right;window.left;window.right;window.bottom.left.top;window.bottom.left;window.bottom.left.bottom;window.bottom.top;window.bottom;window.bottom.bottom;window.bottom.right.top;window.bottom.right;window.bottom.right.bottom;" resize="0"/>
  16.   <sendparams target="window.bottom.right.top;window.bottom.right;window.bottom.right.bottom;" scale="bottomright"/>
  17.  
  18.   <button
  19.     id="winshade" tooltip="Windowshade mode"
  20.     action="SWITCH" param="shade"
  21.     x="-35" relatx="1" y="3"
  22.     image="wasabi.button.winshade.pressed"
  23.     downImage="wasabi.button.winshade"
  24.     activeAlpha="0"
  25.   />
  26.   
  27.   <button
  28.     id="winshade" tooltip="Windowshade mode"
  29.     action="SWITCH" param="shade"
  30.     x="-35" relatx="1" y="3"
  31.     image="wasabi.button.winshade"
  32.     downImage="wasabi.button.winshade.pressed"
  33.     inactiveAlpha="0"
  34.   />
  35.   
  36.   <button
  37.     id="advanced.eq" tooltip="Advanced Equalizer"
  38.     action="SWITCH" param="advanced"
  39.     x="-49" relatx="1" y="3"
  40.     image="wasabi.button.more.pressed"
  41.     downImage="wasabi.button.more"
  42.     activeAlpha="0"
  43.   />
  44.   
  45.   <button
  46.     id="advanced.eq" tooltip="Advanced Equalizer"
  47.     action="SWITCH" param="advanced"
  48.     x="-49" relatx="1" y="3"
  49.     image="wasabi.button.more"
  50.     downImage="wasabi.button.more.pressed"
  51.     inactiveAlpha="0"
  52.   />
  53. </layout>