StatusLineEditorStatePanel

Undocumented in source.

Constructors

this
this(string ID)
Undocumented in source.

Members

Functions

makeStateString
dstring makeStateString()
Undocumented in source. Be warned that the author may not have intended to support it.
onThemeChanged
void onThemeChanged()

handle theme change: e.g. reload some themed resources

setState
void setState(Widget source, EditorStateInfo editorState)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_editorState
EditorStateInfo _editorState;
Undocumented in source.

Inherited Members

From StatusLineTextPanel

_text
TextWidget _text;
Undocumented in source.
text
dstring text [@property getter]

returns widget content text (override to support this)

text
dstring text [@property setter]

sets widget content text (override to support this)

text
UIString text [@property setter]

sets widget content text (override to support this)

Meta