home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Extra / winamp503_full.exe / Plugins / buttonbar.xml < prev    next >
Text File  |  2003-11-13  |  1KB  |  46 lines

  1. <!-- This group defines the layout of a toolbar like panel. For instance it is used by the filterlist object to
  2.      display a list of available fields, or by typesheet objects implementing a sidecar button bar
  3.  
  4.      Required objects:
  5.  
  6.        <Text id="buttonbar.text" />
  7.        <Button id="mousetrap" />
  8.  
  9. -->
  10.  
  11. <groupdef id="wasabi.buttonbar.stack" default_h="18">
  12.   <grid
  13.     id=""
  14.     x="0" y="0"
  15.     w="0" h="0"
  16.     relatw="1" relath="1"
  17.     topleft="wasabi.label.top.left"
  18.     top="wasabi.label.top"
  19.     topright="wasabi.label.top.right"
  20.     left="wasabi.label.left"
  21.     middle="wasabi.label.middle"
  22.     right="wasabi.label.right"
  23.     bottomleft="wasabi.label.bottom.left"
  24.     bottom="wasabi.label.bottom"
  25.     bottomright="wasabi.label.bottom.right"
  26.   />  
  27.   <text
  28.     id="buttonbar.text"
  29.     x="5" y="0"
  30.     w="-10" h="0"
  31.     relatw="1" relath="1"
  32.     default="Error"
  33.     font="Arial" fontsize="15"
  34.     color="wasabi.text.color" shadowcolor="wasabi.text.color.inverse" shadowx="1" shadowy="1"
  35.   />
  36.   <layer
  37.     id="buttonbar.arrow"
  38.     x="-15" y="8" 
  39.     valign="center"
  40.     relatx="1"
  41.     image="wasabi.button.label.arrow.down"
  42.   />
  43.   <button id="mousetrap" x="0" y="0" w="0" h="0" relatw="1" relath="1" rectrgn="1"/>
  44. </groupdef>
  45.  
  46.