HSplit (가로 분할) Widget Control
Use these Widget Control members (Property · Method · Event) to control the HSplit widget from a script. For an introduction to the widget and how to use it, visit HSplit.
In the examples below, hsplitID is the name (ID) you assigned to the HSplit widget on the canvas. In a script, access members as widgetID.member.
Property
Not applicable — the HSplit widget has no script-specific Property. In a script, read and write values with the common Widget Control (getProperty / setProperty) below.
Method
Not applicable — the HSplit widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the HSplit 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. See the common reference doc (to be written).