slint/helper_crates/vtable
Simon Hausmann e5dfb3a4c0 Implement basic focus handling
Similar to the mouse_grabber, we use a VisitChildrenResult field to
track the focus item within a component. Unlike the mouse grabber
however, it is set/cleared using dedicated focus events.

The key event now routes the key event directly to the focus item.

The focus can be requested via set_focus_item on a window, which the
TextItem does.
2020-09-25 10:43:47 +02:00
..
macro Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
src Implement basic focus handling 2020-09-25 10:43:47 +02:00
tests Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
Cargo.toml Add the version field for the vtable crate 2020-08-25 12:33:17 +02:00