SettingsItem

item on settings page

Constructors

this
this(string id, UIString label)
Undocumented in source.

Members

Functions

createWidgets
Widget[] createWidgets(Setting settings)

create setting widget

Properties

id
string id [@property getter]

setting path, e.g. "editor/tabSize"

label
UIString label [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_id
string _id;
Undocumented in source.
_label
UIString _label;
Undocumented in source.
_page
SettingsPage _page;
Undocumented in source.

Meta