ProgressBar.xml 955 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="ProgressBar" inherits="Range" category="Core" version="3.1.2">
  3. <brief_description>
  4. General purpose progress bar.
  5. </brief_description>
  6. <description>
  7. General purpose progress bar. Shows fill percentage from right to left.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="percent_visible" type="bool" setter="set_percent_visible" getter="is_percent_visible">
  15. If [code]true[/code], the fill percentage is displayed on the bar. Default value: [code]true[/code].
  16. </member>
  17. </members>
  18. <constants>
  19. </constants>
  20. <theme_items>
  21. <theme_item name="bg" type="StyleBox">
  22. </theme_item>
  23. <theme_item name="fg" type="StyleBox">
  24. </theme_item>
  25. <theme_item name="font" type="Font">
  26. </theme_item>
  27. <theme_item name="font_color" type="Color">
  28. </theme_item>
  29. <theme_item name="font_color_shadow" type="Color">
  30. </theme_item>
  31. </theme_items>
  32. </class>