CheckButton.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CheckButton" inherits="Button" category="Core" version="3.0.alpha.custom_build">
  3. <brief_description>
  4. Checkable button.
  5. </brief_description>
  6. <description>
  7. CheckButton is a toggle button displayed as a check field.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <constants>
  16. </constants>
  17. <theme_items>
  18. <theme_item name="check_vadjust" type="int">
  19. </theme_item>
  20. <theme_item name="disabled" type="StyleBox">
  21. </theme_item>
  22. <theme_item name="focus" type="StyleBox">
  23. </theme_item>
  24. <theme_item name="font" type="Font">
  25. </theme_item>
  26. <theme_item name="font_color" type="Color">
  27. </theme_item>
  28. <theme_item name="font_color_disabled" type="Color">
  29. </theme_item>
  30. <theme_item name="font_color_hover" type="Color">
  31. </theme_item>
  32. <theme_item name="font_color_pressed" type="Color">
  33. </theme_item>
  34. <theme_item name="hover" type="StyleBox">
  35. </theme_item>
  36. <theme_item name="hseparation" type="int">
  37. </theme_item>
  38. <theme_item name="normal" type="StyleBox">
  39. </theme_item>
  40. <theme_item name="off" type="Texture">
  41. </theme_item>
  42. <theme_item name="on" type="Texture">
  43. </theme_item>
  44. <theme_item name="pressed" type="StyleBox">
  45. </theme_item>
  46. </theme_items>
  47. </class>