home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Extra / winamp503_full.exe / Plugins / text.xml < prev    next >
Text File  |  2003-11-13  |  715b  |  27 lines

  1. <!-- =======================================================================================================
  2.  
  3.   <Wasabi:Text /> implementation
  4.  
  5.     Available parameters : 
  6.  
  7.       - Everything from Group class
  8.       - Everything from Text class
  9.  
  10.     Required objects :
  11.  
  12.       - Text id="wasabi.text"
  13.  
  14. ======================================================================================================== -->
  15.  
  16. <groupdef id="wasabi.text.group" xuitag="Wasabi:Text" embed_xui="wasabi.text" h="12">
  17.   <text
  18.     x="0" y="0"
  19.     w="0" h="0"
  20.     relatw="1" relath="1"
  21.     id="wasabi.text" font="tahoma"
  22.     color="white" fontsize="13"
  23.     display="ERROR" wrap="1" valign="top"
  24.   />
  25.  
  26. </groupdef>
  27.