system-groups.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <include file="groups/buttonbar.xml" />
  2. <include file="groups/objectframe.xml" />
  3. <include file="groups/panel.xml" />
  4. <include file="groups/window.xml" />
  5. <include file="groups/window-embedded.xml" />
  6. <!-- Unused for now, see system-elements.xml for overriding default button art -->
  7. <!--
  8. <groupdef id="wasabi.button.normal">
  9. <grid
  10. id="button.normal.grid"
  11. x="0" y="0"
  12. w="0" h="0"
  13. relatw="1" relath="1"
  14. topleft="wasabi.button.top.left"
  15. top="wasabi.button.top"
  16. topright="wasabi.button.top.right"
  17. left="wasabi.button.left"
  18. middle="wasabi.button.center"
  19. right="wasabi.button.right"
  20. bottomleft="wasabi.button.bottom.left"
  21. bottom="wasabi.button.bottom"
  22. bottomright="wasabi.button.bottom.right"
  23. />
  24. <text
  25. id="button.text"
  26. x="6" y="4"
  27. w="-13" h="11"
  28. relatw="1"
  29. default="Button"
  30. align="center"
  31. font="wasabi.font.button.normal"
  32. />
  33. </groupdef>
  34. <groupdef id="wasabi.button.pressed">
  35. <grid
  36. id="button.pressed.grid"
  37. x="0" y="0"
  38. w="0" h="0"
  39. relatw="1" relath="1"
  40. topleft="wasabi.button.pressed.top.left"
  41. top="wasabi.button.pressed.top"
  42. topright="wasabi.button.pressed.top.right"
  43. left="wasabi.button.pressed.left"
  44. middle="wasabi.button.pressed.center"
  45. right="wasabi.button.pressed.right"
  46. bottomleft="wasabi.button.pressed.bottom.left"
  47. bottom="wasabi.button.pressed.bottom"
  48. bottomright="wasabi.button.pressed.bottom.right"
  49. />
  50. <text
  51. id="button.text"
  52. x="7" y="5"
  53. w="-13" h="11"
  54. relatw="1"
  55. default="Button"
  56. font="wasabi.font.button.normal"
  57. />
  58. </groupdef>
  59. <groupdef id="wasabi.button">
  60. <group id="wasabi.button.normal"
  61. x="0" y="0"
  62. w="0" h="0"
  63. relatw="1" relath="1"
  64. />
  65. </groupdef>
  66. -->
  67. <!-- Unused for now, see system-elements.xml for overriding default divider art -->
  68. <!--
  69. <groupdef id="wasabi.frame.divider">
  70. <grid
  71. id="wasabi.frame.grid"
  72. x="0" y="0"
  73. w="0" h="0"
  74. relatw="1" relath="1"
  75. topleft="wasabi.frame.divider.top.left"
  76. top="wasabi.frame.divider.top"
  77. topright="wasabi.frame.divider.top.right"
  78. left="wasabi.frame.divider.left"
  79. middle="wasabi.frame.divider.center"
  80. right="wasabi.frame.divider.right"
  81. bottomleft="wasabi.frame.divider.bottom.left"
  82. bottom="wasabi.frame.divider.bottom"
  83. bottomright="wasabi.frame.divider.bottom.right"
  84. />
  85. </groupdef>
  86. -->