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

  1. <!-- =======================================================================================================
  2.  
  3.   <Wasabi:EditBox /> implementation
  4.  
  5. ======================================================================================================== -->
  6.  
  7. <groupdef id="wasabi.edit" inherit_group="wasabi.objectframe.group" xuitag="Wasabi:EditBox" embed_xui="wasabi.edit.box" h="20">
  8.   <edit
  9.     id="wasabi.edit.box"
  10.     x="1" y="1"
  11.     w="-2" h="-2"
  12.     relatw="1" relath="1"
  13.     autoselect="1"
  14.   />
  15. </groupdef>
  16.  
  17. <groupdef id="wasabi.multiline.edit" inherit_group="wasabi.objectframe.group" xuitag="Wasabi:Editor" embed_xui="wasabi.edit.box" h="60">
  18.   <edit
  19.     id="wasabi.edit.box"
  20.     x="1" y="1"
  21.     w="-2" h="-2"
  22.     relatw="1" relath="1"
  23.     multiline="1"
  24.     vscroll="1" autohscroll="1"
  25.   />
  26. </groupdef>
  27.  
  28.  
  29.  
  30. <!-- This group is unused for now -->
  31.  
  32. <!--
  33.  
  34. <groupdef id="wasabi.edit.disabled" inherit_group="wasabi.objectframe.group" hideobject="wasabi.objectframe.center">
  35.   <text
  36.     id="wasabi.edit.box"
  37.     x="1" y="1"
  38.     w="-2" h="-2"
  39.     relatw="1" relath="1"
  40.   />
  41. </groupdef>
  42.  
  43. -->
  44.