Widget.name

The name is a string tag that is used to reference the widget from scripts, gui loaders, declarative ui templates, etc. Similar to a HTML id attribute. Names should be unique in a window.

class Widget
string name;

See Also

Suggestion Box / Bug Report