popupmenu.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3. <groupdef id="wasabi.popup.main.group" inherit_group="wasabi.panel" background="studio.popup.background" rectrgn="1" autowidthsource="popup.content" autoheightsource="popup.content">
  4. <GroupList id="popup.content" x="2" y="2" w="-4" h="-4" relatw="1" relath="1" />
  5. </groupdef>
  6. <groupdef id="wasabi.popup.image.item">
  7. <layer id="popup.item.layer" x="16" y="0" w="0" relatw="1" h="0" relath="1" />
  8. </groupdef>
  9. <groupdef id="wasabi.popup.text.item" h="16" autowidthsource="popup.item.text" >
  10. <rect id="popup.background" color="128,128,230" filled="1" x="0" y="0" w="0" h="0" relatw="1" relath="1" alpha="0"/>
  11. <button
  12. id="popup.item.checkmark"
  13. x="2" y="3" h="9" w="10"
  14. activeimage="wasabi.popup.menu.check"
  15. />
  16. <text
  17. id="popup.item.text"
  18. default="Popup Item"
  19. x="42" y="0"
  20. w="-28" relatw="1" h="15"
  21. font="arial" fontsize="14"
  22. color="black"
  23. />
  24. <button
  25. id="popup.item.submenuarrow"
  26. x="-8" relatx="1" y="3" w="10" h="9"
  27. activeimage="wasabi.popup.menu.submenu"
  28. />
  29. <script file="popupitem.maki" />
  30. </groupdef>
  31. <groupdef id="wasabi.popup.separator.item">
  32. <group id="wasabi.panel" x="1" y="0" w="-2" relatw="1" h="0" relath="1" />
  33. </groupdef>
  34. </WinampAbstractionLayer>