home *** CD-ROM | disk | FTP | other *** search
/ Minami 48 / MINAMI48.ISO / Extra / winamp502_full.exe / Plugins / combobox.xml < prev    next >
Extensible Markup Language  |  2003-01-25  |  1KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <groupdef id="wasabi.combobox.main.group" inherit_group="wasabi.objectframe.group" embed_xui="combobox.edit">
  5.   <Edit
  6.     id="combobox.edit"
  7.     x="1" y="1"
  8.     w="-23" h="-2"
  9.     relatw="1" relath="1"
  10.   />
  11.   <Wasabi:button
  12.     id="combobox.button"
  13.     x="-18" y="1"
  14.     w="17" h="-2"
  15.     relatx="1" relath="1"
  16.     image="wasabi.button.label.arrow.down"
  17.     center_image="1"
  18.    />
  19.    <sendparams target="wasabi.button" group="combobox.button" wantfocus="0" />
  20. </groupdef>
  21.  
  22. <groupdef id="wasabi.combobox.list.group" minimum_h="64" background="studio.BaseTexture">
  23.   <grid
  24.     id="combobox.grid"
  25.     x="0" y="0"
  26.     w="0" h="0"
  27.     relatw="1" relath="1"
  28.     topleft="wasabi.dropdownlist.list.top.left"
  29.     top="wasabi.dropdownlist.list.top"
  30.     topright="wasabi.dropdownlist.list.top.right"
  31.     left="wasabi.dropdownlist.list.left"
  32.     middle="wasabi.dropdownlist.list.center"
  33.     right="wasabi.dropdownlist.list.right"
  34.     bottomleft="wasabi.dropdownlist.list.bottom.left"
  35.     bottom="wasabi.dropdownlist.list.bottom"
  36.     bottomright="wasabi.dropdownlist.list.bottom.right"
  37.     sysregion="1"
  38.   />
  39.   <list id="combobox.list" x="2" y="2" w="-4" h="-4" relatw="1" relath="1" />
  40.   <layer x="0" y="-2" relaty="1" w="0" relatw="1" h="2" resize="bottom" />
  41. </groupdef>
  42.  
  43. </WinampAbstractionLayer>
  44.