mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-24 09:55:08 +00:00
c92b1acb6e
on_event consumes all keypresses by trying to jump to the item that matches the char. Even if no such item is found, the key event is lost to the rest of the application. By returning EventResult::Ignored when the key press has no effect, the key event that have no effect on the SelectView can still be used by somebody else. |
||
---|---|---|
.. | ||
box_view.rs | ||
button.rs | ||
canvas.rs | ||
checkbox.rs | ||
dialog.rs | ||
dummy.rs | ||
edit_view.rs | ||
id_view.rs | ||
layer.rs | ||
linear_layout.rs | ||
list_view.rs | ||
menu_popup.rs | ||
menubar.rs | ||
mod.rs | ||
on_event_view.rs | ||
panel.rs | ||
progress_bar.rs | ||
radio.rs | ||
select_view.rs | ||
shadow_view.rs | ||
sized_view.rs | ||
slider_view.rs | ||
stack_view.rs | ||
text_area.rs | ||
text_view.rs | ||
tracked_view.rs |