StatusIcon.title

string title() @property nothrow

Get title property.

Returns

The title of this tray icon. This should be a short, human-readable,

localized string describing the tray icon. It may be used by tools like screen readers to render the tray icon.

void title(string propval) @property nothrow

Set title property.

Parameters

propvalThe title of this tray icon. This should be a short, human-readable, localized string describing the tray icon. It may be used by tools like screen readers to render the tray icon.