Skip to content
  • Matthias Clasen's avatar
    widget: Add a :focusable property · edc31a26
    Matthias Clasen authored
    Add back a property that determines whether an individual
    widget will accept focus or not. :can-focus prevents the
    focus from ever entering the entire widget hierarchy
    below a widget, and :focusable just determines if grabbing
    the focus to the widget itself will succeed.
    
    See #2686
    edc31a26