ProgressBar (프로그레스바) Widget Control
This page lists the Widget Control (Property · Method · Event) available for controlling the ProgressBar widget from a script. To learn about the widget itself and how to use it, visit ProgressBar.
The progressbarID in the examples below is the name (ID) you assigned to the ProgressBar widget on the canvas. In scripts, you access members in the form widgetID.member.
Property
Not applicable — the ProgressBar widget has no script-only Property. In scripts, read and write values with the common Widget Control below (getProperty / setProperty).
Method
Not applicable — the ProgressBar widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the ProgressBar widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget supports name-based common Widget Control (Method) such as setProperty, getProperty, and setStyleProperty — for example, progressbarID.setProperty("value", 0.5). For the detailed rules, see the common Widget Control reference doc (to be written).