Add a horizontal rule separator
HR Molecule | |
Preference Dialog | |
Properties | |
type | string, ( r ) |
pref.name | string, ( r ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref. | string, ( r, w ) |
pref.r | int [0, 255], ( r, w ) |
pref.g | int [0, 255], ( r, w ) |
pref.b | int [0, 255], ( r, w ) |
Functions | |
attach | |
detach | |
delete | |
rename | |
show | |
hide | |
refresh | |
clone | |
serialize |
string, ( r )
The scriptable name for this molecule. This name can be set using rename function dynamically.
string, ( r, w )
Specifies the sides of the horizontal rule where other floating elements are not allowed.
left | No floating elements allowed on the left side. |
right | No floating elements allowed on the right side. |
both | No floating elements allowed on either the left or the right side. |
none | Default. Allows floating elements on both sides. |