Class FloatComboBoxItem
ComboBox based setting with floating point keys (actualy, fixed point digits after period is specidied by divider constructor parameter)
Constructors
| Name | Description |
|---|---|
this
(id, label, items, divider)
|
Fields
| Name | Type | Description |
|---|---|---|
_divider
|
long | |
_items
|
StringListValue[] | |
_id
|
string | |
_label
|
UIString | |
_page
|
SettingsPage |
Properties
| Name | Type | Description |
|---|---|---|
id[get]
|
string | setting path, e.g. "editor/tabSize" |
label[get]
|
UIString |
Methods
| Name | Description |
|---|---|
createWidgets
(settings)
|
create setting widget |