Widget.tabStop

If true, this widget can be focused via keyboard control with the tab key.

If false, it is assumed the widget itself does will never receive the keyboard focus (though its childen are free to).

class Widget
bool tabStop;

Meta