home *** CD-ROM | disk | FTP | other *** search
/ Minami 48 / MINAMI48.ISO / Extra / winamp502_full.exe / Plugins / tooltips.xml < prev    next >
Extensible Markup Language  |  2003-11-10  |  972b  |  36 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <include file="tooltips-elements.xml"/>
  5.  
  6. <groupdef id="wasabi.tooltip.group" h="17" noactivation="1">
  7.    <grid
  8.      id="tooltip.grid"
  9.      x="0" y="0"
  10.      w="-16" h="0"
  11.      sysregion="1"
  12.      relatw="1" relath="1"
  13.      topleft="wasabi.tooltip.top.left"
  14.      top="wasabi.tooltip.top"
  15.      topright="wasabi.tooltip.top.right"
  16.      left="wasabi.tooltip.left"
  17.      middle="wasabi.tooltip.center"
  18.      right="wasabi.tooltip.right"
  19.      bottomleft="wasabi.tooltip.bottom.left"
  20.      bottom="wasabi.tooltip.bottom"
  21.      bottomright="wasabi.tooltip.bottom.right"
  22.    />
  23.    <text
  24.      id="tooltip.text"
  25.      x="2" y="1"
  26.      w="0" h="-2"
  27.      relatw="1" relath="1"
  28.      default="Tooltip Sample"
  29.      font="Arial" fontsize="14" color="wasabi.tooltips.textcolor"
  30.    />
  31.   <script id="tip" file="tooltips.maki"/> 
  32.  
  33. </groupdef>
  34.  
  35. </WinampAbstractionLayer>
  36.