CheckBox.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CheckBox" inherits="Button" category="Core" version="3.1">
  3. <brief_description>
  4. Binary choice user interface widget.
  5. </brief_description>
  6. <description>
  7. A checkbox allows the user to make a binary choice (choosing only one of two possible options), for example Answer 'yes' or 'no'.
  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="checked" type="Texture">
  21. </theme_item>
  22. <theme_item name="disabled" type="StyleBox">
  23. </theme_item>
  24. <theme_item name="focus" type="StyleBox">
  25. </theme_item>
  26. <theme_item name="font" type="Font">
  27. </theme_item>
  28. <theme_item name="font_color" type="Color">
  29. </theme_item>
  30. <theme_item name="font_color_disabled" type="Color">
  31. </theme_item>
  32. <theme_item name="font_color_hover" type="Color">
  33. </theme_item>
  34. <theme_item name="font_color_hover_pressed" type="Color">
  35. </theme_item>
  36. <theme_item name="font_color_pressed" type="Color">
  37. </theme_item>
  38. <theme_item name="hover" type="StyleBox">
  39. </theme_item>
  40. <theme_item name="hover_pressed" type="StyleBox">
  41. </theme_item>
  42. <theme_item name="hseparation" type="int">
  43. </theme_item>
  44. <theme_item name="normal" type="StyleBox">
  45. </theme_item>
  46. <theme_item name="pressed" type="StyleBox">
  47. </theme_item>
  48. <theme_item name="radio_checked" type="Texture">
  49. </theme_item>
  50. <theme_item name="radio_unchecked" type="Texture">
  51. </theme_item>
  52. <theme_item name="unchecked" type="Texture">
  53. </theme_item>
  54. </theme_items>
  55. </class>