2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 10:33:56 +00:00
|
|
|
<class name="ProgressBar" inherits="Range" category="Core" version="3.2">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
2019-06-21 23:04:47 +00:00
|
|
|
General-purpose progress bar.
|
2017-09-12 20:42:36 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2019-06-21 23:04:47 +00:00
|
|
|
General-purpose progress bar. Shows fill percentage from right to left.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 06:49:40 +00:00
|
|
|
<member name="percent_visible" type="bool" setter="set_percent_visible" getter="is_percent_visible">
|
2018-12-20 12:46:54 +00:00
|
|
|
If [code]true[/code], the fill percentage is displayed on the bar. Default value: [code]true[/code].
|
2017-09-12 20:42:36 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
<theme_items>
|
|
|
|
<theme_item name="bg" type="StyleBox">
|
|
|
|
</theme_item>
|
|
|
|
<theme_item name="fg" type="StyleBox">
|
|
|
|
</theme_item>
|
|
|
|
<theme_item name="font" type="Font">
|
|
|
|
</theme_item>
|
|
|
|
<theme_item name="font_color" type="Color">
|
|
|
|
</theme_item>
|
|
|
|
<theme_item name="font_color_shadow" type="Color">
|
|
|
|
</theme_item>
|
|
|
|
</theme_items>
|
|
|
|
</class>
|