home *** CD-ROM | disk | FTP | other *** search
/ Minami 48 / MINAMI48.ISO / Extra / winamp502_full.exe / Plugins / button.xml < prev    next >
Text File  |  2003-06-22  |  1KB  |  37 lines

  1. <!-- =======================================================================================================
  2.  
  3.   <Wasabi:Button /> implementation
  4.  
  5.     Available parameters : 
  6.  
  7.       - Everything from Group class
  8.       - Everything from Button class
  9.  
  10.     Required objects :
  11.  
  12.       - Button id="wasabi.button"
  13.  
  14. ======================================================================================================== -->
  15.  
  16. <groupdef id="wasabi.button.group" xuitag="Wasabi:Button" embed_xui="wasabi.button" h="21" autowidthsource="wasabi.button">
  17.   <button
  18.     id="wasabi.button" 
  19.     x="0" y="0"
  20.     w="0" h="0"
  21.     relatw="1" relath="1"
  22.     borders="1"
  23.     wantfocus="1"
  24.   />
  25. </groupdef>
  26.  
  27. <groupdef id="wasabi.togglebutton.group" xuitag="Wasabi:ToggleButton" embed_xui="wasabi.button" h="21" autowidthsource="wasabi.button">
  28.   <Togglebutton
  29.     id="wasabi.button" 
  30.     x="0" y="0"
  31.     w="0" h="0"
  32.     relatw="1" relath="1"
  33.     borders="1"
  34.     wantfocus="1"
  35.   />
  36. </groupdef>
  37.