StatusIcon.title

string title() @property

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

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.