StatusLine

Status line control

Constructors

this
this()
Undocumented in source.

Members

Functions

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

EditorStateListener implementation

setBackgroundOperationStatus
void setBackgroundOperationStatus(string icon, dstring statusText)

show / update / animate background operation status; when both parameters are nulls, hide background op status panel

setStatusText
void setStatusText(string itemId, dstring value)

set text to show in status line in specific panel

setStatusText
void setStatusText(dstring value)

set text to show in status line

Variables

_backgroundOperationPanel
StatusLineBackgroundOperationPanel _backgroundOperationPanel;
Undocumented in source.
_defStatus
TextWidget _defStatus;
Undocumented in source.
_editorStatePanel
StatusLineEditorStatePanel _editorStatePanel;
Undocumented in source.

Inherited Members

From EditorStateListener

onEditorStateUpdate
void onEditorStateUpdate(Widget source, EditorStateInfo editorState)
Undocumented in source.

Meta