home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Extra / winamp503_full.exe / Plugins / system-groups.xml < prev    next >
Text File  |  2003-06-22  |  3KB  |  101 lines

  1. <include file="groups/buttonbar.xml" />
  2. <include file="groups/objectframe.xml" />
  3. <include file="groups/panel.xml" />
  4. <include file="groups/window.xml" />
  5. <include file="groups/window-embedded.xml" />
  6.  
  7.  
  8. <!-- Unused for now, see system-elements.xml for overriding default button art -->
  9.  
  10. <!--
  11.  
  12. <groupdef id="wasabi.button.normal">
  13.   <grid
  14.     id="button.normal.grid"
  15.     x="0" y="0"
  16.     w="0" h="0"
  17.     relatw="1" relath="1"
  18.     topleft="wasabi.button.top.left"
  19.     top="wasabi.button.top"
  20.     topright="wasabi.button.top.right"
  21.     left="wasabi.button.left"
  22.     middle="wasabi.button.center"
  23.     right="wasabi.button.right"
  24.     bottomleft="wasabi.button.bottom.left"
  25.     bottom="wasabi.button.bottom"
  26.     bottomright="wasabi.button.bottom.right"
  27.   />
  28.   <text
  29.      id="button.text"
  30.      x="6" y="4"
  31.      w="-13" h="11"
  32.      relatw="1"
  33.      default="Button"
  34.      align="center"
  35.      font="wasabi.font.button.normal"
  36.   />
  37. </groupdef>
  38.  
  39. <groupdef id="wasabi.button.pressed">
  40.   <grid
  41.     id="button.pressed.grid"
  42.     x="0" y="0"
  43.     w="0" h="0"
  44.     relatw="1" relath="1"
  45.     topleft="wasabi.button.pressed.top.left"
  46.     top="wasabi.button.pressed.top"
  47.     topright="wasabi.button.pressed.top.right"
  48.     left="wasabi.button.pressed.left"
  49.     middle="wasabi.button.pressed.center"
  50.     right="wasabi.button.pressed.right"
  51.     bottomleft="wasabi.button.pressed.bottom.left"
  52.     bottom="wasabi.button.pressed.bottom"
  53.     bottomright="wasabi.button.pressed.bottom.right"
  54.   />
  55.   <text
  56.      id="button.text"
  57.      x="7" y="5"
  58.      w="-13" h="11"
  59.      relatw="1"
  60.      default="Button"
  61.      font="wasabi.font.button.normal"
  62.   />
  63. </groupdef>
  64.  
  65. <groupdef id="wasabi.button">
  66.  
  67.   <group id="wasabi.button.normal"
  68.     x="0" y="0"
  69.     w="0" h="0"
  70.     relatw="1" relath="1"
  71.   />
  72.   
  73. </groupdef>
  74.  
  75. -->
  76.  
  77.  
  78. <!-- Unused for now, see system-elements.xml for overriding default divider art -->
  79.  
  80. <!--
  81.  
  82. <groupdef id="wasabi.frame.divider">
  83.   <grid
  84.     id="wasabi.frame.grid"
  85.     x="0" y="0"
  86.     w="0" h="0"
  87.     relatw="1" relath="1"
  88.     topleft="wasabi.frame.divider.top.left"
  89.     top="wasabi.frame.divider.top"
  90.     topright="wasabi.frame.divider.top.right"
  91.     left="wasabi.frame.divider.left"
  92.     middle="wasabi.frame.divider.center"
  93.     right="wasabi.frame.divider.right"
  94.     bottomleft="wasabi.frame.divider.bottom.left"
  95.     bottom="wasabi.frame.divider.bottom"
  96.     bottomright="wasabi.frame.divider.bottom.right"
  97.   />
  98. </groupdef>
  99. -->
  100.  
  101.